#E6AB13

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

Shades of Gamboge #E6AB13

Tints of Gamboge #E6AB13

Color information

#E6AB13 (or 0xE6AB13) is unknown color: approx Gamboge. HEX triplet: E6, AB and 13. RGB value is (230,171,19). Sum of RGB (Red+Green+Blue) = 230+171+19=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AB13 is #1954EC. Grayscale: #ABABAB. Windows color (decimal): -1660141 or 1289190. OLE color: 1289190.

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

Color convert

RGB23017119-
CMYK00.260.920.10
HSL43.22º84.74%48.82%-
HSV(B)43.22º91.74%90.2%-
XYZ47.31467-
YUV171.3142.05169.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.76%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 19 (7.81% from 255) = 4.52%
R=54.76%
G=40.71%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301711900.260.920.1043.2284.7448.82
HexE6AB1301A5CA2b5531
Octal34625323032134125312561
Binary111001101010101110011011010101110010101010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB13; }

 p { color: rgb(230,171,19); }

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

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

 a { background-color: rgb(230,171,19); }

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

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

 span { border-color: rgb(230,171,19); }

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