Html Css Color HEX #EC9213 Gamboge

📋 copy color: '#EC9213'

red 236 ◦ green 146 ◦ blue 19

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

Shades of Gamboge #EC9213

Tints of Gamboge #EC9213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 58.85%
G = 36.41%
B = 4.74%

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

#EC9213 (or 0xEC9213) is known color: Gamboge. HEX triplet: EC, 92 and 13. RGB value is (236,146,19). Sum of RGB (Red+Green+Blue) = 236+146+19=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9213 is #136DEC. Grayscale: #9F9F9F. Windows color (decimal): -1273325 or 1282796. OLE color: 1282796.

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

Color convert

RGB 236 146 19 -
CMYK 0 0.38 0.92 0.07
HSL 35.12º 0.85% 0.5% -
HSV(B) 35.12º 0.92% 0.93% -
XYZ 44.99 38.44 5.66 -
YUV 158.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 236 146 19 0 0.38 0.92 0.07 35.12 0.85 0.5
Hex EC 92 13 0 26 5C 7 23 55 32
Octal 354 222 23 0 46 134 7 43 125 62
Binary 11101100 10010010 10011 0 100110 1011100 111 100011 1010101 110010

Color Harmonies of #EC9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9213

Black with #EC9213

Text Example


Text Example

White with #EC9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9213; }

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

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

background-color css

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

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

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

border-color css

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

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

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