#E18F0C

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

Shades of Gamboge #E18F0C

Tints of Gamboge #E18F0C

Color information

#E18F0C (or 0xE18F0C) is unknown color: approx Gamboge. HEX triplet: E1, 8F and 0C. RGB value is (225,143,12). Sum of RGB (Red+Green+Blue) = 225+143+12=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F0C is #1E70F3. Grayscale: #999999. Windows color (decimal): -1994996 or 823265. OLE color: 823265.

HSL color Cylindrical-coordinate representation of color #E18F0C: hue angle of 36.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E18F0C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22514312-
CMYK00.360.950.12
HSL36.9º89.87%46.47%-
HSV(B)36.9º94.67%88.24%-
XYZ40.9435.685.08-
YUV152.5848.67179.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.21%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 12 (5.08% from 255) = 3.16%
R=59.21%
G=37.63%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251431200.360.950.1236.989.8746.47
HexE18FC0245FC255a2e
Octal34121714044137144513256
Binary111000011000111111000100100101111111001001011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F0C; }

 p { color: rgb(225,143,12); }

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

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

 a { background-color: rgb(225,143,12); }

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

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

 span { border-color: rgb(225,143,12); }

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