Html Css Color HEX #E6A008 Gamboge

📋 copy color: '#E6A008'

red 230 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #E6A008

Tints of Gamboge #E6A008

RGB

 RED value IS 230 (90.23% from 255) = 57.79%

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

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

R = 57.79%
G = 40.2%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6A008 (or 0xE6A008) is known color: Gamboge. HEX triplet: E6, A0 and 08. RGB value is (230,160,8). Sum of RGB (Red+Green+Blue) = 230+160+8=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A008 is #195FF7. Grayscale: #A4A4A4. Windows color (decimal): -1662968 or 565478. OLE color: 565478.

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

Color convert

RGB 230 160 8 -
CMYK 0 0.30 0.97 0.10
HSL 41.08º 0.93% 0.47% -
HSV(B) 41.08º 0.97% 0.9% -
XYZ 45.25 41.98 5.95 -
YUV 163.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 230 160 8 0 0.30 0.97 0.10 41.08 0.93 0.47
Hex E6 A0 8 0 1E 61 A 29 5D 2F
Octal 346 240 10 0 36 141 12 51 135 57
Binary 11100110 10100000 1000 0 11110 1100001 1010 101001 1011101 101111

Color Harmonies of #E6A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A008

Black with #E6A008

Text Example


Text Example

White with #E6A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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