Html Css Color HEX #E0DD04 Golden Yellow

📋 copy color: '#E0DD04'

red 224 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #E0DD04

Tints of Golden Yellow #E0DD04

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

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

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

R = 49.89%
G = 49.22%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0DD04 (or 0xE0DD04) is known color: Golden Yellow. HEX triplet: E0, DD and 04. RGB value is (224,221,4). Sum of RGB (Red+Green+Blue) = 224+221+4=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD04 is #1F22FB. Grayscale: #C6C6C6. Windows color (decimal): -2040572 or 318944. OLE color: 318944.

HSL color Cylindrical-coordinate representation of color #E0DD04: hue angle of 59.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0DD04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 4 -
CMYK 0 0.01 0.98 0.12
HSL 59.18º 0.96% 0.45% -
HSV(B) 59.18º 0.98% 0.88% -
XYZ 56.62 67.57 10.17 -
YUV 197.16 18.99 147.14 -
System Red Green Blue C M Y K H S L
Decimal 224 221 4 0 0.01 0.98 0.12 59.18 0.96 0.45
Hex E0 DD 4 0 1 62 C 3B 60 2D
Octal 340 335 4 0 1 142 14 73 140 55
Binary 11100000 11011101 100 0 1 1100010 1100 111011 1100000 101101

Color Harmonies of #E0DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD04

Black with #E0DD04

Text Example


Text Example

White with #E0DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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