Html Css Color HEX #E0D900 Golden Yellow

📋 copy color: '#E0D900'

red 224 ◦ green 217 ◦ blue 0

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

Shades of Golden Yellow #E0D900

Tints of Golden Yellow #E0D900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 50.79%
G = 49.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0D900 (or 0xE0D900) is known color: Golden Yellow. HEX triplet: E0, D9 and 00. RGB value is (224,217,0). Sum of RGB (Red+Green+Blue) = 224+217+0=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D900 is #1F26FF. Grayscale: #C3C3C3. Windows color (decimal): -2041600 or 55776. OLE color: 55776.

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

Color convert

RGB 224 217 0 -
CMYK 0 0.03 1 0.12
HSL 58.13º 1% 0.44% -
HSV(B) 58.13º 1% 0.88% -
XYZ 55.55 65.47 9.71 -
YUV 194.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 224 217 0 0 0.03 1 0.12 58.13 1 0.44
Hex E0 D9 0 0 3 64 C 3A 64 2C
Octal 340 331 0 0 3 144 14 72 144 54
Binary 11100000 11011001 0 0 11 1100100 1100 111010 1100100 101100

Color Harmonies of #E0D900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D900

Black with #E0D900

Text Example


Text Example

White with #E0D900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D900; }

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

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

background-color css

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

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

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

border-color css

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

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

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