Html Css Color HEX #E0DE02 Golden Yellow

📋 copy color: '#E0DE02'

red 224 ◦ green 222 ◦ blue 2

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

Shades of Golden Yellow #E0DE02

Tints of Golden Yellow #E0DE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50%
G = 49.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0DE02 (or 0xE0DE02) is known color: Golden Yellow. HEX triplet: E0, DE and 02. RGB value is (224,222,2). Sum of RGB (Red+Green+Blue) = 224+222+2=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DE02 is #1F21FD. Grayscale: #C6C6C6. Windows color (decimal): -2040318 or 188128. OLE color: 188128.

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

Color convert

RGB 224 222 2 -
CMYK 0 0.01 0.99 0.12
HSL 59.46º 0.98% 0.44% -
HSV(B) 59.46º 0.99% 0.88% -
XYZ 56.87 68.09 10.2 -
YUV 197.52 17.66 146.89 -
System Red Green Blue C M Y K H S L
Decimal 224 222 2 0 0.01 0.99 0.12 59.46 0.98 0.44
Hex E0 DE 2 0 1 63 C 3B 62 2C
Octal 340 336 2 0 1 143 14 73 142 54
Binary 11100000 11011110 10 0 1 1100011 1100 111011 1100010 101100

Color Harmonies of #E0DE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DE02

Black with #E0DE02

Text Example


Text Example

White with #E0DE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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