#e8ab0d

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

Shades of Gamboge #E8AB0D

Tints of Gamboge #E8AB0D

Color information

#E8AB0D (or 0xE8AB0D) is unknown color: approx Gamboge. HEX triplet: E8, AB and 0D. RGB value is (232,171,13). Sum of RGB (Red+Green+Blue) = 232+171+13=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AB0D is #1754F2. Grayscale: #ABABAB. Windows color (decimal): -1529075 or 895976. OLE color: 895976.

HSL color Cylindrical-coordinate representation of color #E8AB0D: hue angle of 43.29º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8AB0D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB23217113-
CMYK00.260.940.09
HSL43.29º89.39%48.04%-
HSV(B)43.29º94.4%90.98%-
XYZ47.9146.316.79-
YUV171.2338.71171.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.77%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 13 (5.47% from 255) = 3.12%
R=55.77%
G=41.11%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321711300.260.940.0943.2989.3948.04
HexE8ABD01A5E92b5930
Octal35025315032136115313160
Binary11101000101010111101011010101111010011010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8ab0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8ab0d; }

 p { color: rgb(232,171,13); }

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

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

 a { background-color: rgb(232,171,13); }

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

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

 span { border-color: rgb(232,171,13); }

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