Html Css Color HEX #EC9A14 Gamboge

📋 copy color: '#EC9A14'

red 236 ◦ green 154 ◦ blue 20

#EC9A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EC9A14

Tints of Gamboge #EC9A14

RGB

 RED value IS 236 (92.58% from 255) = 57.56%

 GREEN value IS 154 (60.55% from 255) = 37.56%

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 57.56%
G = 37.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9A14 (or 0xEC9A14) is known color: Gamboge. HEX triplet: EC, 9A and 14. RGB value is (236,154,20). Sum of RGB (Red+Green+Blue) = 236+154+20=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A14 is #1365EB. Grayscale: #A3A3A3. Windows color (decimal): -1271276 or 1350380. OLE color: 1350380.

HSL color Cylindrical-coordinate representation of color #EC9A14: hue angle of 37.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9A14 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 20 -
CMYK 0 0.35 0.92 0.07
HSL 37.22º 0.85% 0.5% -
HSV(B) 37.22º 0.92% 0.93% -
XYZ 46.27 40.99 6.14 -
YUV 163.24 47.17 179.9 -
System Red Green Blue C M Y K H S L
Decimal 236 154 20 0 0.35 0.92 0.07 37.22 0.85 0.5
Hex EC 9A 14 0 23 5C 7 25 55 32
Octal 354 232 24 0 43 134 7 45 125 62
Binary 11101100 10011010 10100 0 100011 1011100 111 100101 1010101 110010

Color Harmonies of #EC9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A14

Black with #EC9A14

Text Example


Text Example

White with #EC9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A14; }

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

 H1.HeaderClassName
 {
   color: #EC9A14;
 }
 .AnyTagClassName
 {
   color: #EC9A14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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