Html Css Color HEX #E0DC00 Golden Yellow

📋 copy color: '#E0DC00'

red 224 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #E0DC00

Tints of Golden Yellow #E0DC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.45%
G = 49.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0DC00 (or 0xE0DC00) is known color: Golden Yellow. HEX triplet: E0, DC and 00. RGB value is (224,220,0). Sum of RGB (Red+Green+Blue) = 224+220+0=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC00 is #1F23FF. Grayscale: #C5C5C5. Windows color (decimal): -2040832 or 56544. OLE color: 56544.

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

Color convert

RGB 224 220 0 -
CMYK 0 0.02 1 0.12
HSL 58.93º 1% 0.44% -
HSV(B) 58.93º 1% 0.88% -
XYZ 56.33 67.03 9.97 -
YUV 196.12 17.33 147.89 -
System Red Green Blue C M Y K H S L
Decimal 224 220 0 0 0.02 1 0.12 58.93 1 0.44
Hex E0 DC 0 0 2 64 C 3B 64 2C
Octal 340 334 0 0 2 144 14 73 144 54
Binary 11100000 11011100 0 0 10 1100100 1100 111011 1100100 101100

Color Harmonies of #E0DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC00

Black with #E0DC00

Text Example


Text Example

White with #E0DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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