Html Css Color HEX #EEDD05 Golden Yellow

📋 copy color: '#EEDD05'

red 238 ◦ green 221 ◦ blue 5

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

Shades of Golden Yellow #EEDD05

Tints of Golden Yellow #EEDD05

RGB

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

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

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

R = 51.29%
G = 47.63%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEDD05 (or 0xEEDD05) is known color: Golden Yellow. HEX triplet: EE, DD and 05. RGB value is (238,221,5). Sum of RGB (Red+Green+Blue) = 238+221+5=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD05 is #1122FA. Grayscale: #CACACA. Windows color (decimal): -1123067 or 384494. OLE color: 384494.

HSL color Cylindrical-coordinate representation of color #EEDD05: hue angle of 55.62º 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 #EEDD05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 5 -
CMYK 0 0.07 0.98 0.07
HSL 55.62º 0.96% 0.48% -
HSV(B) 55.62º 0.98% 0.93% -
XYZ 61.14 69.9 10.41 -
YUV 201.46 17.13 154.06 -
System Red Green Blue C M Y K H S L
Decimal 238 221 5 0 0.07 0.98 0.07 55.62 0.96 0.48
Hex EE DD 5 0 7 62 7 38 60 30
Octal 356 335 5 0 7 142 7 70 140 60
Binary 11101110 11011101 101 0 111 1100010 111 111000 1100000 110000

Color Harmonies of #EEDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD05

Black with #EEDD05

Text Example


Text Example

White with #EEDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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