COLOR #EBD47C

HEX: #EBD47C
RGB: (235,212,124)

Renk bilgisi

#EBD47C contains mainly red and green colors. #EBD47C ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EBD47C color RGB value is (235,212,124).

  • kırmız ton 235;
  • yeşil ton 212;
  • mavi ton 124.
RGB:
(235,212,124)
(92%,83%,49%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 212 of 255 = 83%
B 124 of 255 = 49%

235
212
124

R + G + B ~ 75%. #EBD47C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 212 + 124 = 571 (100%)
R 235 of 571 ~ 41.16%
G 212 of 571 ~ 37.13%
B 124 of 571 ~ 21.72%

%41.16
%37.13
%21.72

CMYK RENK MODELİ

#EBD47C rengi CMYK tonu (0,10,47,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.79%
  • sarı tonu 47.23%
  • ana renk tonu 7.84%
CMYK:
(0,10,47,8)
C0M10Y47K8 
(0%,10%,47%,8%)
(0.00/0.10/0.47/0.08)	

CMYK yüzdeleri

%0
%9.79
%47.23
%7.84

Codes

Color #EBD47C in popluar color models

EBD47C
RGB235212124
HSL48°73.51%70.39%
HSB/HSV48°47.23%92.16%
CMYK0.00%9.79%47.23%
7.84%

Color #EBD47C in popluar number systems.

HEXEBD47C
Decimal235212124
Binary11101011110101001111100
Octal353324174

Shades and tints

Shades of #EBD47C

#EBD47C
(235,212,124)
#D6C171
(214,193,113)
#C1AE66
(193,174,102)
#AC9B5B
(172,155,91)
#978850
(151,136,80)
#827545
(130,117,69)
#6D623A
(109,98,58)
#584F2F
(88,79,47)
#433C24
(67,60,36)
#2E2919
(46,41,25)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #EBD47C

#EBD47C
(235,212,124)
#ECD787
(236,215,135)
#EDDA92
(237,218,146)
#EEDD9D
(238,221,157)
#EFE0A8
(239,224,168)
#F0E3B3
(240,227,179)
#F1E6BE
(241,230,190)
#F2E9C9
(242,233,201)
#F3ECD4
(243,236,212)
#F4EFDF
(244,239,223)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD47C color. Also use rgb(235,212,124) instead hex code.

Text Font Color

.myTextColor { color: #EBD47C; }

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

This text font color is #EBD47C.


Background Color

.myBgColor { background-color: #EBD47C; }

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

This div background color is #EBD47C.


Border color

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

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

This div border color is #EBD47C.


Opacity

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

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

Text with #EBD47C 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 #EBD47C;}

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

This text has shadow with #EBD47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD47C on black background.


Color preview on white background

This text has color #EBD47C on white background.



Black color preview on #EBD47C background

This text has black color on #EBD47C background.


White color preview on #EBD47C background

This text has white color on #EBD47C background.