Html Css Color HEX #EEDB05 Golden Yellow

📋 copy color: '#EEDB05'

red 238 ◦ green 219 ◦ blue 5

#EEDB05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #EEDB05

Tints of Golden Yellow #EEDB05

RGB

 RED value IS 238 (93.36% from 255) = 51.52%

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 51.52%
G = 47.4%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEDB05 (or 0xEEDB05) is known color: Golden Yellow. HEX triplet: EE, DB and 05. RGB value is (238,219,5). Sum of RGB (Red+Green+Blue) = 238+219+5=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB05 is #1124FA. Grayscale: #C9C9C9. Windows color (decimal): -1123579 or 383982. OLE color: 383982.

HSL color Cylindrical-coordinate representation of color #EEDB05: hue angle of 55.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEDB05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 5 -
CMYK 0 0.08 0.98 0.07
HSL 55.11º 0.96% 0.48% -
HSV(B) 55.11º 0.98% 0.93% -
XYZ 60.62 68.85 10.24 -
YUV 200.29 17.79 154.9 -
System Red Green Blue C M Y K H S L
Decimal 238 219 5 0 0.08 0.98 0.07 55.11 0.96 0.48
Hex EE DB 5 0 8 62 7 37 60 30
Octal 356 333 5 0 10 142 7 67 140 60
Binary 11101110 11011011 101 0 1000 1100010 111 110111 1100000 110000

Color Harmonies of #EEDB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB05

Black with #EEDB05

Text Example


Text Example

White with #EEDB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB05; }

 p { color: rgb(238,219,5); }

 H1.HeaderClassName
 {
   color: #EEDB05;
 }
 .AnyTagClassName
 {
   color: #EEDB05;
 }
</style>

background-color css

<style>
 a { background-color: #EEDB05; }

 a { background-color: rgb(238,219,5); }

 div.DivClassName
 {
   background-color: #EEDB05;
 }
 .BgClassName
 {
   background-color: #EEDB05;
 }
</style>

border-color css

<style>
 span { border-color: #EEDB05; }

 span { border-color: rgb(238,219,5); }

 td.TdClassName
 {
   border-color: #EEDB05;
 }
 .TagClassName
 {
   border-color: #EEDB05;
 }
</style>