#EF9A10

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

Shades of Gamboge #EF9A10

Tints of Gamboge #EF9A10

Color information

#EF9A10 (or 0xEF9A10) is unknown color: approx Gamboge. HEX triplet: EF, 9A and 10. RGB value is (239,154,16). Sum of RGB (Red+Green+Blue) = 239+154+16=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A10 is #1065EF. Grayscale: #A4A4A4. Windows color (decimal): -1074672 or 1088239. OLE color: 1088239.

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

Color convert

RGB23915416-
CMYK00.360.930.06
HSL37.13º87.45%50%-
HSV(B)37.13º93.31%93.73%-
XYZ47.2541.56.01-
YUV163.6844.66181.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.44%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 16 (6.64% from 255) = 3.91%
R=58.44%
G=37.65%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391541600.360.930.0637.1387.4550
HexEF9A100245D6255732
Octal3572322004413564512762
Binary111011111001101010000010010010111011101001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A10; }

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

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

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

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

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

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

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

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