Html Css Color HEX #E0DA00 Golden Yellow

📋 copy color: '#E0DA00'

red 224 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #E0DA00

Tints of Golden Yellow #E0DA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

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

R = 50.68%
G = 49.32%
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

#E0DA00 (or 0xE0DA00) is known color: Golden Yellow. HEX triplet: E0, DA and 00. RGB value is (224,218,0). Sum of RGB (Red+Green+Blue) = 224+218+0=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DA00 is #1F25FF. Grayscale: #C3C3C3. Windows color (decimal): -2041344 or 56032. OLE color: 56032.

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

Color convert

RGB 224 218 0 -
CMYK 0 0.03 1 0.12
HSL 58.39º 1% 0.44% -
HSV(B) 58.39º 1% 0.88% -
XYZ 55.81 65.99 9.8 -
YUV 194.94 17.99 148.73 -
System Red Green Blue C M Y K H S L
Decimal 224 218 0 0 0.03 1 0.12 58.39 1 0.44
Hex E0 DA 0 0 3 64 C 3A 64 2C
Octal 340 332 0 0 3 144 14 72 144 54
Binary 11100000 11011010 0 0 11 1100100 1100 111010 1100100 101100

Color Harmonies of #E0DA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA00

Black with #E0DA00

Text Example


Text Example

White with #E0DA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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