Html Css Color HEX #EC9212 Gamboge

📋 copy color: '#EC9212'

red 236 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #EC9212

Tints of Gamboge #EC9212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 59%
G = 36.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9212 (or 0xEC9212) is known color: Gamboge. HEX triplet: EC, 92 and 12. RGB value is (236,146,18). Sum of RGB (Red+Green+Blue) = 236+146+18=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9212 is #136DED. Grayscale: #9E9E9E. Windows color (decimal): -1273326 or 1217260. OLE color: 1217260.

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

Color convert

RGB 236 146 18 -
CMYK 0 0.38 0.92 0.07
HSL 35.23º 0.86% 0.5% -
HSV(B) 35.23º 0.92% 0.93% -
XYZ 44.98 38.43 5.62 -
YUV 158.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 236 146 18 0 0.38 0.92 0.07 35.23 0.86 0.5
Hex EC 92 12 0 26 5C 7 23 56 32
Octal 354 222 22 0 46 134 7 43 126 62
Binary 11101100 10010010 10010 0 100110 1011100 111 100011 1010110 110010

Color Harmonies of #EC9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9212

Black with #EC9212

Text Example


Text Example

White with #EC9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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