Html Css Color HEX #EEDD04 Golden Yellow

📋 copy color: '#EEDD04'

red 238 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #EEDD04

Tints of Golden Yellow #EEDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 51.4%
G = 47.73%
B = 0.86%

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

#EEDD04 (or 0xEEDD04) is known color: Golden Yellow. HEX triplet: EE, DD and 04. RGB value is (238,221,4). Sum of RGB (Red+Green+Blue) = 238+221+4=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD04 is #1122FB. Grayscale: #CACACA. Windows color (decimal): -1123068 or 318958. OLE color: 318958.

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

Color convert

RGB 238 221 4 -
CMYK 0 0.07 0.98 0.07
HSL 55.64º 0.97% 0.47% -
HSV(B) 55.64º 0.98% 0.93% -
XYZ 61.14 69.9 10.38 -
YUV 201.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 238 221 4 0 0.07 0.98 0.07 55.64 0.97 0.47
Hex EE DD 4 0 7 62 7 38 61 2F
Octal 356 335 4 0 7 142 7 70 141 57
Binary 11101110 11011101 100 0 111 1100010 111 111000 1100001 101111

Color Harmonies of #EEDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD04

Black with #EEDD04

Text Example


Text Example

White with #EEDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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