#E28F16

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

Shades of Gamboge #E28F16

Tints of Gamboge #E28F16

Color information

#E28F16 (or 0xE28F16) is unknown color: approx Gamboge. HEX triplet: E2, 8F and 16. RGB value is (226,143,22). Sum of RGB (Red+Green+Blue) = 226+143+22=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28F16 is #1D70E9. Grayscale: #9A9A9A. Windows color (decimal): -1929450 or 1478626. OLE color: 1478626.

HSL color Cylindrical-coordinate representation of color #E28F16: hue angle of 35.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E28F16 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22614322-
CMYK00.370.900.11
HSL35.59º82.26%48.63%-
HSV(B)35.59º90.27%88.63%-
XYZ41.3335.875.5-
YUV154.0253.5179.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.80%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 22 (8.98% from 255) = 5.63%
R=57.80%
G=36.57%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261432200.370.900.1135.5982.2648.63
HexE28F160255AB245231
Octal34221726045132134412261
Binary1110001010001111101100100101101101010111001001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28F16; }

 p { color: rgb(226,143,22); }

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

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

 a { background-color: rgb(226,143,22); }

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

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

 span { border-color: rgb(226,143,22); }

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