#EF9C05

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

Shades of Gamboge #EF9C05

Tints of Gamboge #EF9C05

Color information

#EF9C05 (or 0xEF9C05) is unknown color: approx Gamboge. HEX triplet: EF, 9C and 05. RGB value is (239,156,5). Sum of RGB (Red+Green+Blue) = 239+156+5=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C05 is #1063FA. Grayscale: #A4A4A4. Windows color (decimal): -1074171 or 367855. OLE color: 367855.

HSL color Cylindrical-coordinate representation of color #EF9C05: hue angle of 38.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF9C05 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB2391565-
CMYK00.350.980.06
HSL38.72º95.9%47.84%-
HSV(B)38.72º97.91%93.73%-
XYZ47.5142.145.77-
YUV163.638.5181.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 5 (2.34% from 255) = 1.25%
R=59.75%
G=39%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239156500.350.980.0638.7295.947.84
HexEF9C5023626276030
Octal357234504314264714060
Binary1110111110011100101010001111000101101001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C05; }

 p { color: rgb(239,156,5); }

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

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

 a { background-color: rgb(239,156,5); }

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

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

 span { border-color: rgb(239,156,5); }

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