Html Css Color HEX #EC9616 Gamboge

📋 copy color: '#EC9616'

red 236 ◦ green 150 ◦ blue 22

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

Shades of Gamboge #EC9616

Tints of Gamboge #EC9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 57.84%
G = 36.76%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9616 (or 0xEC9616) is known color: Gamboge. HEX triplet: EC, 96 and 16. RGB value is (236,150,22). Sum of RGB (Red+Green+Blue) = 236+150+22=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9616 is #1369E9. Grayscale: #A1A1A1. Windows color (decimal): -1272298 or 1480428. OLE color: 1480428.

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

Color convert

RGB 236 150 22 -
CMYK 0 0.36 0.91 0.07
HSL 35.89º 0.85% 0.51% -
HSV(B) 35.89º 0.91% 0.93% -
XYZ 45.64 39.7 6.02 -
YUV 161.12 49.49 181.41 -
System Red Green Blue C M Y K H S L
Decimal 236 150 22 0 0.36 0.91 0.07 35.89 0.85 0.51
Hex EC 96 16 0 24 5B 7 24 55 33
Octal 354 226 26 0 44 133 7 44 125 63
Binary 11101100 10010110 10110 0 100100 1011011 111 100100 1010101 110011

Color Harmonies of #EC9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9616

Black with #EC9616

Text Example


Text Example

White with #EC9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9616; }

 p { color: rgb(236,150,22); }

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

background-color css

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

 a { background-color: rgb(236,150,22); }

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

border-color css

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

 span { border-color: rgb(236,150,22); }

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