Html Css Color HEX #E7A008 Gamboge

📋 copy color: '#E7A008'

red 231 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #E7A008

Tints of Gamboge #E7A008

RGB

 RED value IS 231 (90.63% from 255) = 57.89%

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

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

R = 57.89%
G = 40.1%
B = 2.01%

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

#E7A008 (or 0xE7A008) is known color: Gamboge. HEX triplet: E7, A0 and 08. RGB value is (231,160,8). Sum of RGB (Red+Green+Blue) = 231+160+8=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A008 is #185FF7. Grayscale: #A4A4A4. Windows color (decimal): -1597432 or 565479. OLE color: 565479.

HSL color Cylindrical-coordinate representation of color #E7A008: hue angle of 40.9º 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 #E7A008 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 160 8 -
CMYK 0 0.31 0.97 0.09
HSL 40.9º 0.93% 0.47% -
HSV(B) 40.9º 0.97% 0.91% -
XYZ 45.57 42.15 5.96 -
YUV 163.9 40.02 175.86 -
System Red Green Blue C M Y K H S L
Decimal 231 160 8 0 0.31 0.97 0.09 40.9 0.93 0.47
Hex E7 A0 8 0 1F 61 9 29 5D 2F
Octal 347 240 10 0 37 141 11 51 135 57
Binary 11100111 10100000 1000 0 11111 1100001 1001 101001 1011101 101111

Color Harmonies of #E7A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A008

Black with #E7A008

Text Example


Text Example

White with #E7A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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