#EB9910

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

Shades of Gamboge #EB9910

Tints of Gamboge #EB9910

Color information

#EB9910 (or 0xEB9910) is unknown color: approx Gamboge. HEX triplet: EB, 99 and 10. RGB value is (235,153,16). Sum of RGB (Red+Green+Blue) = 235+153+16=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9910 is #1466EF. Grayscale: #A2A2A2. Windows color (decimal): -1337072 or 1087979. OLE color: 1087979.

HSL color Cylindrical-coordinate representation of color #EB9910: hue angle of 37.53º 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 #EB9910 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB23515316-
CMYK00.350.930.08
HSL37.53º87.25%49.22%-
HSV(B)37.53º93.19%92.16%-
XYZ45.7540.485.89-
YUV161.945.67180.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 16 (6.64% from 255) = 3.96%
R=58.17%
G=37.87%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351531600.350.930.0837.5387.2549.22
HexEB99100235D8265731
Octal35323120043135104612761
Binary1110101110011001100000100011101110110001001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9910; }

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

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

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

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

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

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

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

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