#EC9A03

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

Shades of Gamboge #EC9A03

Tints of Gamboge #EC9A03

Color information

#EC9A03 (or 0xEC9A03) is unknown color: approx Gamboge. HEX triplet: EC, 9A and 03. RGB value is (236,154,3). Sum of RGB (Red+Green+Blue) = 236+154+3=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A03 is #1365FC. Grayscale: #A1A1A1. Windows color (decimal): -1271293 or 236268. OLE color: 236268.

HSL color Cylindrical-coordinate representation of color #EC9A03: hue angle of 38.88º degrees, saturation: 0.97, 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 #EC9A03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2361543-
CMYK00.350.990.07
HSL38.88º97.49%46.86%-
HSV(B)38.88º98.73%92.55%-
XYZ46.1640.955.56-
YUV161.338.67181.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.05%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 3 (1.56% from 255) = 0.76%
R=60.05%
G=39.19%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236154300.350.990.0738.8897.4946.86
HexEC9A302363727612f
Octal354232304314374714157
Binary111011001001101011010001111000111111001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A03; }

 p { color: rgb(236,154,3); }

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

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

 a { background-color: rgb(236,154,3); }

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

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

 span { border-color: rgb(236,154,3); }

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