Html Css Color HEX #E0DC02 Golden Yellow

📋 copy color: '#E0DC02'

red 224 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #E0DC02

Tints of Golden Yellow #E0DC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

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

R = 50.22%
G = 49.33%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0DC02 (or 0xE0DC02) is known color: Golden Yellow. HEX triplet: E0, DC and 02. RGB value is (224,220,2). Sum of RGB (Red+Green+Blue) = 224+220+2=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC02 is #1F23FD. Grayscale: #C5C5C5. Windows color (decimal): -2040830 or 187616. OLE color: 187616.

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

Color convert

RGB 224 220 2 -
CMYK 0 0.02 0.99 0.12
HSL 58.92º 0.98% 0.44% -
HSV(B) 58.92º 0.99% 0.88% -
XYZ 56.34 67.04 10.03 -
YUV 196.34 18.33 147.73 -
System Red Green Blue C M Y K H S L
Decimal 224 220 2 0 0.02 0.99 0.12 58.92 0.98 0.44
Hex E0 DC 2 0 2 63 C 3B 62 2C
Octal 340 334 2 0 2 143 14 73 142 54
Binary 11100000 11011100 10 0 10 1100011 1100 111011 1100010 101100

Color Harmonies of #E0DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC02

Black with #E0DC02

Text Example


Text Example

White with #E0DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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