#EF9510

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

Shades of Gamboge #EF9510

Tints of Gamboge #EF9510

Color information

#EF9510 (or 0xEF9510) is unknown color: approx Gamboge. HEX triplet: EF, 95 and 10. RGB value is (239,149,16). Sum of RGB (Red+Green+Blue) = 239+149+16=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9510 is #106AEF. Grayscale: #A1A1A1. Windows color (decimal): -1075952 or 1086959. OLE color: 1086959.

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

Color convert

RGB23914916-
CMYK00.380.930.06
HSL35.78º87.45%50%-
HSV(B)35.78º93.31%93.73%-
XYZ46.4439.885.74-
YUV160.7546.32183.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.16%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 16 (6.64% from 255) = 3.96%
R=59.16%
G=36.88%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391491600.380.930.0635.7887.4550
HexEF95100265D6245732
Octal3572252004613564412762
Binary111011111001010110000010011010111011101001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9510; }

 p { color: rgb(239,149,16); }

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

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

 a { background-color: rgb(239,149,16); }

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

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

 span { border-color: rgb(239,149,16); }

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