Html Css Color HEX #E9A009 Gamboge

📋 copy color: '#E9A009'

red 233 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #E9A009

Tints of Gamboge #E9A009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 57.96%
G = 39.8%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9A009 (or 0xE9A009) is known color: Gamboge. HEX triplet: E9, A0 and 09. RGB value is (233,160,9). Sum of RGB (Red+Green+Blue) = 233+160+9=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A009 is #165FF6. Grayscale: #A5A5A5. Windows color (decimal): -1466359 or 631017. OLE color: 631017.

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

Color convert

RGB 233 160 9 -
CMYK 0 0.31 0.96 0.09
HSL 40.45º 0.93% 0.47% -
HSV(B) 40.45º 0.96% 0.91% -
XYZ 46.22 42.48 6.02 -
YUV 164.61 40.18 176.78 -
System Red Green Blue C M Y K H S L
Decimal 233 160 9 0 0.31 0.96 0.09 40.45 0.93 0.47
Hex E9 A0 9 0 1F 60 9 28 5D 2F
Octal 351 240 11 0 37 140 11 50 135 57
Binary 11101001 10100000 1001 0 11111 1100000 1001 101000 1011101 101111

Color Harmonies of #E9A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A009

Black with #E9A009

Text Example


Text Example

White with #E9A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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