Html Css Color HEX #E5A011 Gamboge

📋 copy color: '#E5A011'

red 229 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #E5A011

Tints of Gamboge #E5A011

RGB

 RED value IS 229 (89.84% from 255) = 56.4%

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

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

R = 56.4%
G = 39.41%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5A011 (or 0xE5A011) is known color: Gamboge. HEX triplet: E5, A0 and 11. RGB value is (229,160,17). Sum of RGB (Red+Green+Blue) = 229+160+17=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A011 is #1A5FEE. Grayscale: #A4A4A4. Windows color (decimal): -1728495 or 1155301. OLE color: 1155301.

HSL color Cylindrical-coordinate representation of color #E5A011: hue angle of 40.47º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5A011 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 17 -
CMYK 0 0.30 0.93 0.10
HSL 40.47º 0.86% 0.48% -
HSV(B) 40.47º 0.93% 0.9% -
XYZ 44.99 41.84 6.24 -
YUV 164.33 44.86 174.13 -
System Red Green Blue C M Y K H S L
Decimal 229 160 17 0 0.30 0.93 0.10 40.47 0.86 0.48
Hex E5 A0 11 0 1E 5D A 28 56 30
Octal 345 240 21 0 36 135 12 50 126 60
Binary 11100101 10100000 10001 0 11110 1011101 1010 101000 1010110 110000

Color Harmonies of #E5A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A011

Black with #E5A011

Text Example


Text Example

White with #E5A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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