#E28B10

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

Shades of Gamboge #E28B10

Tints of Gamboge #E28B10

Color information

#E28B10 (or 0xE28B10) is unknown color: approx Gamboge. HEX triplet: E2, 8B and 10. RGB value is (226,139,16). Sum of RGB (Red+Green+Blue) = 226+139+16=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28B10 is #1D74EF. Grayscale: #979797. Windows color (decimal): -1930480 or 1084386. OLE color: 1084386.

HSL color Cylindrical-coordinate representation of color #E28B10: hue angle of 35.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E28B10 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22613916-
CMYK00.380.930.11
HSL35.14º86.78%47.45%-
HSV(B)35.14º92.92%88.63%-
XYZ40.6934.675.04-
YUV150.9951.82181.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.32%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 16 (6.64% from 255) = 4.20%
R=59.32%
G=36.48%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261391600.380.930.1135.1486.7847.45
HexE28B100265DB23572f
Octal34221320046135134312757
Binary1110001010001011100000100110101110110111000111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28B10; }

 p { color: rgb(226,139,16); }

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

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

 a { background-color: rgb(226,139,16); }

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

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

 span { border-color: rgb(226,139,16); }

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