Html Css Color HEX #E9A008 Gamboge

📋 copy color: '#E9A008'

red 233 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #E9A008

Tints of Gamboge #E9A008

RGB

 RED value IS 233 (91.41% from 255) = 58.1%

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

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

R = 58.1%
G = 39.9%
B = 2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E9A008 (or 0xE9A008) is known color: Gamboge. HEX triplet: E9, A0 and 08. RGB value is (233,160,8). Sum of RGB (Red+Green+Blue) = 233+160+8=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A008 is #165FF7. Grayscale: #A5A5A5. Windows color (decimal): -1466360 or 565481. OLE color: 565481.

HSL color Cylindrical-coordinate representation of color #E9A008: hue angle of 40.53º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9A008 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 160 8 -
CMYK 0 0.31 0.97 0.09
HSL 40.53º 0.93% 0.47% -
HSV(B) 40.53º 0.97% 0.91% -
XYZ 46.22 42.48 5.99 -
YUV 164.5 39.68 176.86 -
System Red Green Blue C M Y K H S L
Decimal 233 160 8 0 0.31 0.97 0.09 40.53 0.93 0.47
Hex E9 A0 8 0 1F 61 9 29 5D 2F
Octal 351 240 10 0 37 141 11 51 135 57
Binary 11101001 10100000 1000 0 11111 1100001 1001 101001 1011101 101111

Color Harmonies of #E9A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A008

Black with #E9A008

Text Example


Text Example

White with #E9A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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