Html Css Color HEX #EC9211 Gamboge

📋 copy color: '#EC9211'

red 236 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #EC9211

Tints of Gamboge #EC9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 59.15%
G = 36.59%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9211 (or 0xEC9211) is known color: Gamboge. HEX triplet: EC, 92 and 11. RGB value is (236,146,17). Sum of RGB (Red+Green+Blue) = 236+146+17=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9211 is #136DEE. Grayscale: #9E9E9E. Windows color (decimal): -1273327 or 1151724. OLE color: 1151724.

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

Color convert

RGB 236 146 17 -
CMYK 0 0.38 0.93 0.07
HSL 35.34º 0.87% 0.5% -
HSV(B) 35.34º 0.93% 0.93% -
XYZ 44.97 38.43 5.58 -
YUV 158.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 236 146 17 0 0.38 0.93 0.07 35.34 0.87 0.5
Hex EC 92 11 0 26 5D 7 23 57 32
Octal 354 222 21 0 46 135 7 43 127 62
Binary 11101100 10010010 10001 0 100110 1011101 111 100011 1010111 110010

Color Harmonies of #EC9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9211

Black with #EC9211

Text Example


Text Example

White with #EC9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9211; }

 p { color: rgb(236,146,17); }

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

background-color css

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

 a { background-color: rgb(236,146,17); }

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

border-color css

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

 span { border-color: rgb(236,146,17); }

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