#E6AC00

Color #E6AC00 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #E6AC00

Tints of Gamboge #E6AC00

Color information

#E6AC00 (or 0xE6AC00) is unknown color: approx Gamboge. HEX triplet: E6, AC and 00. RGB value is (230,172,0). Sum of RGB (Red+Green+Blue) = 230+172+0=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AC00 is #1953FF. Grayscale: #AAAAAA. Windows color (decimal): -1659904 or 44262. OLE color: 44262.

HSL color Cylindrical-coordinate representation of color #E6AC00: hue angle of 44.87º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6AC00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB2301720-
CMYK00.2510.10
HSL44.87º100%45.1%-
HSV(B)44.87º100%90.2%-
XYZ47.3946.336.44-
YUV169.7332.22170.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.21%
G=42.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230172000.2510.1044.8710045.1
HexE6AC001964A2d642d
Octal3462540031144125514455
Binary11100110101011000011001110010010101011011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC00; }

 p { color: rgb(230,172,0); }

 H1.HeaderClassName
 {
   color: #E6AC00;
 }
 .AnyTagClassName
 {
   color: #E6AC00;
 }
</style>
background-color css

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

 a { background-color: rgb(230,172,0); }

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

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

 span { border-color: rgb(230,172,0); }

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