Html Css Color HEX #E5DE04 Golden Yellow

📋 copy color: '#E5DE04'

red 229 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #E5DE04

Tints of Golden Yellow #E5DE04

RGB

 RED value IS 229 (89.84% from 255) = 50.33%

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

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

R = 50.33%
G = 48.79%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5DE04 (or 0xE5DE04) is known color: Golden Yellow. HEX triplet: E5, DE and 04. RGB value is (229,222,4). Sum of RGB (Red+Green+Blue) = 229+222+4=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DE04 is #1A21FB. Grayscale: #C8C8C8. Windows color (decimal): -1712636 or 319205. OLE color: 319205.

HSL color Cylindrical-coordinate representation of color #E5DE04: hue angle of 58.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5DE04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 222 4 -
CMYK 0 0.03 0.98 0.10
HSL 58.13º 0.97% 0.46% -
HSV(B) 58.13º 0.98% 0.9% -
XYZ 58.46 68.91 10.33 -
YUV 199.24 17.82 149.23 -
System Red Green Blue C M Y K H S L
Decimal 229 222 4 0 0.03 0.98 0.10 58.13 0.97 0.46
Hex E5 DE 4 0 3 62 A 3A 61 2E
Octal 345 336 4 0 3 142 12 72 141 56
Binary 11100101 11011110 100 0 11 1100010 1010 111010 1100001 101110

Color Harmonies of #E5DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DE04

Black with #E5DE04

Text Example


Text Example

White with #E5DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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