Html Css Color HEX #E5A008 Gamboge

📋 copy color: '#E5A008'

red 229 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #E5A008

Tints of Gamboge #E5A008

RGB

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

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

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

R = 57.68%
G = 40.3%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E5A008 (or 0xE5A008) is known color: Gamboge. HEX triplet: E5, A0 and 08. RGB value is (229,160,8). Sum of RGB (Red+Green+Blue) = 229+160+8=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A008 is #1A5FF7. Grayscale: #A3A3A3. Windows color (decimal): -1728504 or 565477. OLE color: 565477.

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

Color convert

RGB 229 160 8 -
CMYK 0 0.30 0.97 0.10
HSL 41.27º 0.93% 0.46% -
HSV(B) 41.27º 0.97% 0.9% -
XYZ 44.93 41.82 5.93 -
YUV 163.3 40.36 174.86 -
System Red Green Blue C M Y K H S L
Decimal 229 160 8 0 0.30 0.97 0.10 41.27 0.93 0.46
Hex E5 A0 8 0 1E 61 A 29 5D 2E
Octal 345 240 10 0 36 141 12 51 135 56
Binary 11100101 10100000 1000 0 11110 1100001 1010 101001 1011101 101110

Color Harmonies of #E5A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A008

Black with #E5A008

Text Example


Text Example

White with #E5A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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