Html Css Color HEX #EC9716 Gamboge

📋 copy color: '#EC9716'

red 236 ◦ green 151 ◦ blue 22

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

Shades of Gamboge #EC9716

Tints of Gamboge #EC9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 57.7%
G = 36.92%
B = 5.38%

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

#EC9716 (or 0xEC9716) is known color: Gamboge. HEX triplet: EC, 97 and 16. RGB value is (236,151,22). Sum of RGB (Red+Green+Blue) = 236+151+22=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9716 is #1368E9. Grayscale: #A2A2A2. Windows color (decimal): -1272042 or 1480684. OLE color: 1480684.

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

Color convert

RGB 236 151 22 -
CMYK 0 0.36 0.91 0.07
HSL 36.17º 0.85% 0.51% -
HSV(B) 36.17º 0.91% 0.93% -
XYZ 45.8 40.02 6.07 -
YUV 161.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 236 151 22 0 0.36 0.91 0.07 36.17 0.85 0.51
Hex EC 97 16 0 24 5B 7 24 55 33
Octal 354 227 26 0 44 133 7 44 125 63
Binary 11101100 10010111 10110 0 100100 1011011 111 100100 1010101 110011

Color Harmonies of #EC9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9716

Black with #EC9716

Text Example


Text Example

White with #EC9716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9716; }

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

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

background-color css

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

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

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

border-color css

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

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

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