Html Css Color HEX #E5A009 Gamboge

📋 copy color: '#E5A009'

red 229 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #E5A009

Tints of Gamboge #E5A009

RGB

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

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

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

R = 57.54%
G = 40.2%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5A009 (or 0xE5A009) is known color: Gamboge. HEX triplet: E5, A0 and 09. RGB value is (229,160,9). Sum of RGB (Red+Green+Blue) = 229+160+9=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A009 is #1A5FF6. Grayscale: #A4A4A4. Windows color (decimal): -1728503 or 631013. OLE color: 631013.

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

Color convert

RGB 229 160 9 -
CMYK 0 0.30 0.96 0.10
HSL 41.18º 0.92% 0.47% -
HSV(B) 41.18º 0.96% 0.9% -
XYZ 44.93 41.82 5.96 -
YUV 163.42 40.86 174.78 -
System Red Green Blue C M Y K H S L
Decimal 229 160 9 0 0.30 0.96 0.10 41.18 0.92 0.47
Hex E5 A0 9 0 1E 60 A 29 5C 2F
Octal 345 240 11 0 36 140 12 51 134 57
Binary 11100101 10100000 1001 0 11110 1100000 1010 101001 1011100 101111

Color Harmonies of #E5A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A009

Black with #E5A009

Text Example


Text Example

White with #E5A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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