Html Css Color HEX #E0DB08 Golden Yellow

📋 copy color: '#E0DB08'

red 224 ◦ green 219 ◦ blue 8

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

Shades of Golden Yellow #E0DB08

Tints of Golden Yellow #E0DB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 49.67%
G = 48.56%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0DB08 (or 0xE0DB08) is known color: Golden Yellow. HEX triplet: E0, DB and 08. RGB value is (224,219,8). Sum of RGB (Red+Green+Blue) = 224+219+8=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB08 is #1F24F7. Grayscale: #C5C5C5. Windows color (decimal): -2041080 or 580576. OLE color: 580576.

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

Color convert

RGB 224 219 8 -
CMYK 0 0.02 0.96 0.12
HSL 58.61º 0.93% 0.45% -
HSV(B) 58.61º 0.96% 0.88% -
XYZ 56.12 66.53 10.11 -
YUV 196.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 224 219 8 0 0.02 0.96 0.12 58.61 0.93 0.45
Hex E0 DB 8 0 2 60 C 3B 5D 2D
Octal 340 333 10 0 2 140 14 73 135 55
Binary 11100000 11011011 1000 0 10 1100000 1100 111011 1011101 101101

Color Harmonies of #E0DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB08

Black with #E0DB08

Text Example


Text Example

White with #E0DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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