Html Css Color HEX #E9A005 Gamboge

📋 copy color: '#E9A005'

red 233 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #E9A005

Tints of Gamboge #E9A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 58.54%
G = 40.2%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E9A005 (or 0xE9A005) is known color: Gamboge. HEX triplet: E9, A0 and 05. RGB value is (233,160,5). Sum of RGB (Red+Green+Blue) = 233+160+5=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A005 is #165FFA. Grayscale: #A4A4A4. Windows color (decimal): -1466363 or 368873. OLE color: 368873.

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

Color convert

RGB 233 160 5 -
CMYK 0 0.31 0.98 0.09
HSL 40.79º 0.96% 0.47% -
HSV(B) 40.79º 0.98% 0.91% -
XYZ 46.2 42.48 5.91 -
YUV 164.16 38.18 177.1 -
System Red Green Blue C M Y K H S L
Decimal 233 160 5 0 0.31 0.98 0.09 40.79 0.96 0.47
Hex E9 A0 5 0 1F 62 9 29 60 2F
Octal 351 240 5 0 37 142 11 51 140 57
Binary 11101001 10100000 101 0 11111 1100010 1001 101001 1100000 101111

Color Harmonies of #E9A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A005

Black with #E9A005

Text Example


Text Example

White with #E9A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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