Html Css Color HEX #EEDD08 Golden Yellow

📋 copy color: '#EEDD08'

red 238 ◦ green 221 ◦ blue 8

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

Shades of Golden Yellow #EEDD08

Tints of Golden Yellow #EEDD08

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 50.96%
G = 47.32%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEDD08 (or 0xEEDD08) is known color: Golden Yellow. HEX triplet: EE, DD and 08. RGB value is (238,221,8). Sum of RGB (Red+Green+Blue) = 238+221+8=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD08 is #1122F7. Grayscale: #CACACA. Windows color (decimal): -1123064 or 581102. OLE color: 581102.

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

Color convert

RGB 238 221 8 -
CMYK 0 0.07 0.97 0.07
HSL 55.57º 0.93% 0.48% -
HSV(B) 55.57º 0.97% 0.93% -
XYZ 61.16 69.91 10.5 -
YUV 201.8 18.63 153.82 -
System Red Green Blue C M Y K H S L
Decimal 238 221 8 0 0.07 0.97 0.07 55.57 0.93 0.48
Hex EE DD 8 0 7 61 7 38 5D 30
Octal 356 335 10 0 7 141 7 70 135 60
Binary 11101110 11011101 1000 0 111 1100001 111 111000 1011101 110000

Color Harmonies of #EEDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD08

Black with #EEDD08

Text Example


Text Example

White with #EEDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD08; }

 p { color: rgb(238,221,8); }

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

background-color css

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

 a { background-color: rgb(238,221,8); }

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

border-color css

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

 span { border-color: rgb(238,221,8); }

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