COLOR #EDDB10

HEX: #EDDB10
RGB: (237,219,16)

Renk bilgisi

#EDDB10 contains mainly red and green colors. #EDDB10 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EDDB10 color RGB value is (237,219,16).

  • kırmız ton 237;
  • yeşil ton 219;
  • mavi ton 16.
RGB:
(237,219,16)
(93%,86%,6%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 219 of 255 = 86%
B 16 of 255 = 6%

237
219
16

R + G + B ~ 62%. #EDDB10 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 219 + 16 = 472 (100%)
R 237 of 472 ~ 50.21%
G 219 of 472 ~ 46.4%
B 16 of 472 ~ 3.39%

%50.21
%46.4

CMYK RENK MODELİ

#EDDB10 rengi CMYK tonu (0,8,93,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.59%
  • sarı tonu 93.25%
  • ana renk tonu 7.06%
CMYK:
(0,8,93,7)
C0M8Y93K7 
(0%,8%,93%,7%)
(0.00/0.08/0.93/0.07)	

CMYK yüzdeleri

%0
%7.59
%93.25
%7.06

Codes

Color #EDDB10 in popluar color models

EDDB10
RGB23721916
HSL55°87.35%49.61%
HSB/HSV55°93.25%92.94%
CMYK0.00%7.59%93.25%
7.06%

Color #EDDB10 in popluar number systems.

HEXEDDB10
Decimal23721916
Binary111011011101101110000
Octal35533320

Shades and tints

Shades of #EDDB10

#EDDB10
(237,219,16)
#D8C80F
(216,200,15)
#C3B50E
(195,181,14)
#AEA20D
(174,162,13)
#998F0C
(153,143,12)
#847C0B
(132,124,11)
#6F690A
(111,105,10)
#5A5609
(90,86,9)
#454308
(69,67,8)
#303007
(48,48,7)
#1B1D06
(27,29,6)
#000000
(0,0,0)

Tints of #EDDB10

#EDDB10
(237,219,16)
#EEDE25
(238,222,37)
#EFE13A
(239,225,58)
#F0E44F
(240,228,79)
#F1E764
(241,231,100)
#F2EA79
(242,234,121)
#F3ED8E
(243,237,142)
#F4F0A3
(244,240,163)
#F5F3B8
(245,243,184)
#F6F6CD
(246,246,205)
#F7F9E2
(247,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDB10 color. Also use rgb(237,219,16) instead hex code.

Text Font Color

.myTextColor { color: #EDDB10; }

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

This text font color is #EDDB10.


Background Color

.myBgColor { background-color: #EDDB10; }

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

This div background color is #EDDB10.


Border color

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

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

This div border color is #EDDB10.


Opacity

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

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

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

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

This text has shadow with #EDDB10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDB10 on black background.


Color preview on white background

This text has color #EDDB10 on white background.



Black color preview on #EDDB10 background

This text has black color on #EDDB10 background.


White color preview on #EDDB10 background

This text has white color on #EDDB10 background.