#EB8E10

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

Shades of Gamboge #EB8E10

Tints of Gamboge #EB8E10

Color information

#EB8E10 (or 0xEB8E10) is unknown color: approx Gamboge. HEX triplet: EB, 8E and 10. RGB value is (235,142,16). Sum of RGB (Red+Green+Blue) = 235+142+16=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8E10 is #1471EF. Grayscale: #9C9C9C. Windows color (decimal): -1339888 or 1085163. OLE color: 1085163.

HSL color Cylindrical-coordinate representation of color #EB8E10: hue angle of 34.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB8E10 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB23514216-
CMYK00.400.930.08
HSL34.52º87.25%49.22%-
HSV(B)34.52º93.19%92.16%-
XYZ44.0337.055.32-
YUV155.4449.31184.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 16 (6.64% from 255) = 4.07%
R=59.80%
G=36.13%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351421600.400.930.0834.5287.2549.22
HexEB8E100285D8235731
Octal35321620050135104312761
Binary1110101110001110100000101000101110110001000111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E10; }

 p { color: rgb(235,142,16); }

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

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

 a { background-color: rgb(235,142,16); }

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

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

 span { border-color: rgb(235,142,16); }

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