COLOR #EBB193

HEX: #EBB193
RGB: (235,177,147)

Renk bilgisi

#EBB193 contains mainly red and green colors. #EBB193 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EBB193 color RGB value is (235,177,147).

  • kırmız ton 235;
  • yeşil ton 177;
  • mavi ton 147.
RGB:
(235,177,147)
(92%,69%,58%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 177 of 255 = 69%
B 147 of 255 = 58%

235
177
147

R + G + B ~ 73%. #EBB193 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 177 + 147 = 559 (100%)
R 235 of 559 ~ 42.04%
G 177 of 559 ~ 31.66%
B 147 of 559 ~ 26.3%

%42.04
%31.66
%26.3

CMYK RENK MODELİ

#EBB193 rengi CMYK tonu (0,25,37,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.68%
  • sarı tonu 37.45%
  • ana renk tonu 7.84%
CMYK:
(0,25,37,8)
C0M25Y37K8 
(0%,25%,37%,8%)
(0.00/0.25/0.37/0.08)	

CMYK yüzdeleri

%0
%24.68
%37.45
%7.84

Codes

Color #EBB193 in popluar color models

EBB193
RGB235177147
HSL20°68.75%74.90%
HSB/HSV20°37.45%92.16%
CMYK0.00%24.68%37.45%
7.84%

Color #EBB193 in popluar number systems.

HEXEBB193
Decimal235177147
Binary111010111011000110010011
Octal353261223

Shades and tints

Shades of #EBB193

#EBB193
(235,177,147)
#D6A186
(214,161,134)
#C19179
(193,145,121)
#AC816C
(172,129,108)
#97715F
(151,113,95)
#826152
(130,97,82)
#6D5145
(109,81,69)
#584138
(88,65,56)
#43312B
(67,49,43)
#2E211E
(46,33,30)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #EBB193

#EBB193
(235,177,147)
#ECB89C
(236,184,156)
#EDBFA5
(237,191,165)
#EEC6AE
(238,198,174)
#EFCDB7
(239,205,183)
#F0D4C0
(240,212,192)
#F1DBC9
(241,219,201)
#F2E2D2
(242,226,210)
#F3E9DB
(243,233,219)
#F4F0E4
(244,240,228)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB193 color. Also use rgb(235,177,147) instead hex code.

Text Font Color

.myTextColor { color: #EBB193; }

<p style="color:#EBB193">This sample text font color is #EBB193.</p>

This text font color is #EBB193.


Background Color

.myBgColor { background-color: #EBB193; }

<div style="background-color:#EBB193">Inner text</div>

This div background color is #EBB193.


Border color

.myBorderColor { border: 1px solid #EBB193; }

<div style="border:3px solid #EBB193">Div</div>

This div border color is #EBB193.


Opacity

.myOpacity80 { color: #EBB193; opacity: 0.8; }

<p style="color:#EBB193;opacity:0.8;">80%</p>

Text with #EBB193 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBB193;}

<p style="text-shadow: 3px 3px 1px #EBB193">Text here.</p>

This text has shadow with #EBB193 color.

.textShadow {text-shadow: 3px 3px 1px #EBB193, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBB193, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBB193 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB193, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBB193, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBB193 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBB193;
  -webkit-box-shadow:	1px 1px 3px 2px #EBB193;
  box-shadow:		1px 1px 3px 2px #EBB193;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB193;
-webkit-box-shadow: 1px 1px 3px 2px #EBB193;
box-shadow:1px 1px 3px 2px #EBB193;">
Div content here</div>
This div box has shadow with color #EBB193.

Preview

Color preview on black background

This text has color #EBB193 on black background.


Color preview on white background

This text has color #EBB193 on white background.



Black color preview on #EBB193 background

This text has black color on #EBB193 background.


White color preview on #EBB193 background

This text has white color on #EBB193 background.