#EB9F10

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

Shades of Gamboge #EB9F10

Tints of Gamboge #EB9F10

Color information

#EB9F10 (or 0xEB9F10) is unknown color: approx Gamboge. HEX triplet: EB, 9F and 10. RGB value is (235,159,16). Sum of RGB (Red+Green+Blue) = 235+159+16=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9F10 is #1460EF. Grayscale: #A6A6A6. Windows color (decimal): -1335536 or 1089515. OLE color: 1089515.

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

Color convert

RGB23515916-
CMYK00.320.930.08
HSL39.18º87.25%49.22%-
HSV(B)39.18º93.19%92.16%-
XYZ46.7542.56.23-
YUV165.4243.68177.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.32%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 16 (6.64% from 255) = 3.90%
R=57.32%
G=38.78%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351591600.320.930.0839.1887.2549.22
HexEB9F100205D8275731
Octal35323720040135104712761
Binary1110101110011111100000100000101110110001001111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F10; }

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

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

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

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

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

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

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

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