Html Css Color HEX #E0DE04 Golden Yellow

📋 copy color: '#E0DE04'

red 224 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #E0DE04

Tints of Golden Yellow #E0DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

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

R = 49.78%
G = 49.33%
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

#E0DE04 (or 0xE0DE04) is known color: Golden Yellow. HEX triplet: E0, DE and 04. RGB value is (224,222,4). Sum of RGB (Red+Green+Blue) = 224+222+4=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DE04 is #1F21FB. Grayscale: #C6C6C6. Windows color (decimal): -2040316 or 319200. OLE color: 319200.

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

Color convert

RGB 224 222 4 -
CMYK 0 0.01 0.98 0.12
HSL 59.45º 0.96% 0.45% -
HSV(B) 59.45º 0.98% 0.88% -
XYZ 56.88 68.1 10.26 -
YUV 197.75 18.66 146.73 -
System Red Green Blue C M Y K H S L
Decimal 224 222 4 0 0.01 0.98 0.12 59.45 0.96 0.45
Hex E0 DE 4 0 1 62 C 3B 60 2D
Octal 340 336 4 0 1 142 14 73 140 55
Binary 11100000 11011110 100 0 1 1100010 1100 111011 1100000 101101

Color Harmonies of #E0DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DE04

Black with #E0DE04

Text Example


Text Example

White with #E0DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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