Html Css Color HEX #EC9313 Gamboge

📋 copy color: '#EC9313'

red 236 ◦ green 147 ◦ blue 19

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

Shades of Gamboge #EC9313

Tints of Gamboge #EC9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 58.71%
G = 36.57%
B = 4.73%

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

#EC9313 (or 0xEC9313) is known color: Gamboge. HEX triplet: EC, 93 and 13. RGB value is (236,147,19). Sum of RGB (Red+Green+Blue) = 236+147+19=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9313 is #136CEC. Grayscale: #9F9F9F. Windows color (decimal): -1273069 or 1283052. OLE color: 1283052.

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

Color convert

RGB 236 147 19 -
CMYK 0 0.38 0.92 0.07
HSL 35.39º 0.85% 0.5% -
HSV(B) 35.39º 0.92% 0.93% -
XYZ 45.14 38.75 5.72 -
YUV 159.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 236 147 19 0 0.38 0.92 0.07 35.39 0.85 0.5
Hex EC 93 13 0 26 5C 7 23 55 32
Octal 354 223 23 0 46 134 7 43 125 62
Binary 11101100 10010011 10011 0 100110 1011100 111 100011 1010101 110010

Color Harmonies of #EC9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9313

Black with #EC9313

Text Example


Text Example

White with #EC9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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