#EF910E

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

Shades of Gamboge #EF910E

Tints of Gamboge #EF910E

Color information

#EF910E (or 0xEF910E) is unknown color: approx Gamboge. HEX triplet: EF, 91 and 0E. RGB value is (239,145,14). Sum of RGB (Red+Green+Blue) = 239+145+14=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF910E is #106EF1. Grayscale: #9E9E9E. Windows color (decimal): -1076978 or 954863. OLE color: 954863.

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

Color convert

RGB23914514-
CMYK00.390.940.06
HSL34.93º88.93%49.61%-
HSV(B)34.93º94.14%93.73%-
XYZ45.838.635.46-
YUV158.1746.64185.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=60.05%
G=36.43%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391451400.390.940.0634.9388.9349.61
HexEF91E0275E6235932
Octal3572211604713664313162
Binary11101111100100011110010011110111101101000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF910E; }

 p { color: rgb(239,145,14); }

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

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

 a { background-color: rgb(239,145,14); }

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

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

 span { border-color: rgb(239,145,14); }

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