Html Css Color HEX #E0DB06 Golden Yellow

📋 copy color: '#E0DB06'

red 224 ◦ green 219 ◦ blue 6

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

Shades of Golden Yellow #E0DB06

Tints of Golden Yellow #E0DB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 49.89%
G = 48.78%
B = 1.34%

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

#E0DB06 (or 0xE0DB06) is known color: Golden Yellow. HEX triplet: E0, DB and 06. RGB value is (224,219,6). Sum of RGB (Red+Green+Blue) = 224+219+6=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB06 is #1F24F9. Grayscale: #C5C5C5. Windows color (decimal): -2041082 or 449504. OLE color: 449504.

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

Color convert

RGB 224 219 6 -
CMYK 0 0.02 0.97 0.12
HSL 58.62º 0.95% 0.45% -
HSV(B) 58.62º 0.97% 0.88% -
XYZ 56.1 66.52 10.06 -
YUV 196.21 20.66 147.82 -
System Red Green Blue C M Y K H S L
Decimal 224 219 6 0 0.02 0.97 0.12 58.62 0.95 0.45
Hex E0 DB 6 0 2 61 C 3B 5F 2D
Octal 340 333 6 0 2 141 14 73 137 55
Binary 11100000 11011011 110 0 10 1100001 1100 111011 1011111 101101

Color Harmonies of #E0DB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB06

Black with #E0DB06

Text Example


Text Example

White with #E0DB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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