Html Css Color HEX #E0A011 Gamboge

📋 copy color: '#E0A011'

red 224 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #E0A011

Tints of Gamboge #E0A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.9%

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 55.86%
G = 39.9%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0A011 (or 0xE0A011) is known color: Gamboge. HEX triplet: E0, A0 and 11. RGB value is (224,160,17). Sum of RGB (Red+Green+Blue) = 224+160+17=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A011 is #1F5FEE. Grayscale: #A3A3A3. Windows color (decimal): -2056175 or 1155296. OLE color: 1155296.

HSL color Cylindrical-coordinate representation of color #E0A011: hue angle of 41.45º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0A011 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 17 -
CMYK 0 0.29 0.92 0.12
HSL 41.45º 0.86% 0.47% -
HSV(B) 41.45º 0.92% 0.88% -
XYZ 43.41 41.03 6.16 -
YUV 162.83 45.7 171.63 -
System Red Green Blue C M Y K H S L
Decimal 224 160 17 0 0.29 0.92 0.12 41.45 0.86 0.47
Hex E0 A0 11 0 1D 5C C 29 56 2F
Octal 340 240 21 0 35 134 14 51 126 57
Binary 11100000 10100000 10001 0 11101 1011100 1100 101001 1010110 101111

Color Harmonies of #E0A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A011

Black with #E0A011

Text Example


Text Example

White with #E0A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A011; }

 p { color: rgb(224,160,17); }

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

background-color css

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

 a { background-color: rgb(224,160,17); }

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

border-color css

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

 span { border-color: rgb(224,160,17); }

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