Html Css Color HEX #EC9D14 Gamboge

📋 copy color: '#EC9D14'

red 236 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #EC9D14

Tints of Gamboge #EC9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

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

R = 57.14%
G = 38.01%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9D14 (or 0xEC9D14) is known color: Gamboge. HEX triplet: EC, 9D and 14. RGB value is (236,157,20). Sum of RGB (Red+Green+Blue) = 236+157+20=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D14 is #1362EB. Grayscale: #A5A5A5. Windows color (decimal): -1270508 or 1351148. OLE color: 1351148.

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

Color convert

RGB 236 157 20 -
CMYK 0 0.33 0.92 0.07
HSL 38.06º 0.85% 0.5% -
HSV(B) 38.06º 0.92% 0.93% -
XYZ 46.78 42 6.3 -
YUV 165 46.17 178.64 -
System Red Green Blue C M Y K H S L
Decimal 236 157 20 0 0.33 0.92 0.07 38.06 0.85 0.5
Hex EC 9D 14 0 21 5C 7 26 55 32
Octal 354 235 24 0 41 134 7 46 125 62
Binary 11101100 10011101 10100 0 100001 1011100 111 100110 1010101 110010

Color Harmonies of #EC9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D14

Black with #EC9D14

Text Example


Text Example

White with #EC9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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