Html Css Color HEX #EC9C14 Gamboge

📋 copy color: '#EC9C14'

red 236 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #EC9C14

Tints of Gamboge #EC9C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

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

R = 57.28%
G = 37.86%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9C14 (or 0xEC9C14) is known color: Gamboge. HEX triplet: EC, 9C and 14. RGB value is (236,156,20). Sum of RGB (Red+Green+Blue) = 236+156+20=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C14 is #1363EB. Grayscale: #A5A5A5. Windows color (decimal): -1270764 or 1350892. OLE color: 1350892.

HSL color Cylindrical-coordinate representation of color #EC9C14: hue angle of 37.78º 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 #EC9C14 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 20 -
CMYK 0 0.34 0.92 0.07
HSL 37.78º 0.85% 0.5% -
HSV(B) 37.78º 0.92% 0.93% -
XYZ 46.61 41.66 6.25 -
YUV 164.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 236 156 20 0 0.34 0.92 0.07 37.78 0.85 0.5
Hex EC 9C 14 0 22 5C 7 26 55 32
Octal 354 234 24 0 42 134 7 46 125 62
Binary 11101100 10011100 10100 0 100010 1011100 111 100110 1010101 110010

Color Harmonies of #EC9C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C14

Black with #EC9C14

Text Example


Text Example

White with #EC9C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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