Html Css Color HEX #E0DB07 Golden Yellow

📋 copy color: '#E0DB07'

red 224 ◦ green 219 ◦ blue 7

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

Shades of Golden Yellow #E0DB07

Tints of Golden Yellow #E0DB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 49.78%
G = 48.67%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0DB07 (or 0xE0DB07) is known color: Golden Yellow. HEX triplet: E0, DB and 07. RGB value is (224,219,7). Sum of RGB (Red+Green+Blue) = 224+219+7=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB07 is #1F24F8. Grayscale: #C5C5C5. Windows color (decimal): -2041081 or 515040. OLE color: 515040.

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

Color convert

RGB 224 219 7 -
CMYK 0 0.02 0.97 0.12
HSL 58.62º 0.94% 0.45% -
HSV(B) 58.62º 0.97% 0.88% -
XYZ 56.11 66.53 10.08 -
YUV 196.33 21.16 147.74 -
System Red Green Blue C M Y K H S L
Decimal 224 219 7 0 0.02 0.97 0.12 58.62 0.94 0.45
Hex E0 DB 7 0 2 61 C 3B 5E 2D
Octal 340 333 7 0 2 141 14 73 136 55
Binary 11100000 11011011 111 0 10 1100001 1100 111011 1011110 101101

Color Harmonies of #E0DB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB07

Black with #E0DB07

Text Example


Text Example

White with #E0DB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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