#ec9f02

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

Shades of Gamboge #EC9F02

Tints of Gamboge #EC9F02

Color information

#EC9F02 (or 0xEC9F02) is unknown color: approx Gamboge. HEX triplet: EC, 9F and 02. RGB value is (236,159,2). Sum of RGB (Red+Green+Blue) = 236+159+2=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F02 is #1360FD. Grayscale: #A4A4A4. Windows color (decimal): -1270014 or 172012. OLE color: 172012.

HSL color Cylindrical-coordinate representation of color #EC9F02: hue angle of 40.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9F02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2361592-
CMYK00.330.990.07
HSL40.26º98.32%46.67%-
HSV(B)40.26º99.15%92.55%-
XYZ4742.635.81-
YUV164.1236.51179.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.45%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 2 (1.17% from 255) = 0.50%
R=59.45%
G=40.05%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236159200.330.990.0740.2698.3246.67
HexEC9F202163728622f
Octal354237204114375014257
Binary111011001001111110010000111000111111010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec9f02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec9f02; }

 p { color: rgb(236,159,2); }

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

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

 a { background-color: rgb(236,159,2); }

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

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

 span { border-color: rgb(236,159,2); }

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