Html Css Color HEX #E0DB00 Golden Yellow

📋 copy color: '#E0DB00'

red 224 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #E0DB00

Tints of Golden Yellow #E0DB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

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

R = 50.56%
G = 49.44%
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

#E0DB00 (or 0xE0DB00) is known color: Golden Yellow. HEX triplet: E0, DB and 00. RGB value is (224,219,0). Sum of RGB (Red+Green+Blue) = 224+219+0=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB00 is #1F24FF. Grayscale: #C4C4C4. Windows color (decimal): -2041088 or 56288. OLE color: 56288.

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

Color convert

RGB 224 219 0 -
CMYK 0 0.02 1 0.12
HSL 58.66º 1% 0.44% -
HSV(B) 58.66º 1% 0.88% -
XYZ 56.07 66.51 9.88 -
YUV 195.53 17.66 148.31 -
System Red Green Blue C M Y K H S L
Decimal 224 219 0 0 0.02 1 0.12 58.66 1 0.44
Hex E0 DB 0 0 2 64 C 3B 64 2C
Octal 340 333 0 0 2 144 14 73 144 54
Binary 11100000 11011011 0 0 10 1100100 1100 111011 1100100 101100

Color Harmonies of #E0DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB00

Black with #E0DB00

Text Example


Text Example

White with #E0DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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