#ec9d0f

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

Shades of Gamboge #EC9D0F

Tints of Gamboge #EC9D0F

Color information

#EC9D0F (or 0xEC9D0F) is unknown color: approx Gamboge. HEX triplet: EC, 9D and 0F. RGB value is (236,157,15). Sum of RGB (Red+Green+Blue) = 236+157+15=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D0F is #1362F0. Grayscale: #A5A5A5. Windows color (decimal): -1270513 or 1023468. OLE color: 1023468.

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

Color convert

RGB23615715-
CMYK00.330.940.07
HSL38.55º88.05%49.22%-
HSV(B)38.55º93.64%92.55%-
XYZ46.7441.986.09-
YUV164.4343.67179.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.84%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 15 (6.25% from 255) = 3.68%
R=57.84%
G=38.48%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361571500.330.940.0738.5588.0549.22
HexEC9DF0215E7275831
Octal3542351704113674713061
Binary11101100100111011111010000110111101111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec9d0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec9d0f; }

 p { color: rgb(236,157,15); }

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

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

 a { background-color: rgb(236,157,15); }

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

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

 span { border-color: rgb(236,157,15); }

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