Html Css Color HEX #EC9513 Gamboge

📋 copy color: '#EC9513'

red 236 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #EC9513

Tints of Gamboge #EC9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

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

R = 58.42%
G = 36.88%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9513 (or 0xEC9513) is known color: Gamboge. HEX triplet: EC, 95 and 13. RGB value is (236,149,19). Sum of RGB (Red+Green+Blue) = 236+149+19=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9513 is #136AEC. Grayscale: #A0A0A0. Windows color (decimal): -1272557 or 1283564. OLE color: 1283564.

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

Color convert

RGB 236 149 19 -
CMYK 0 0.37 0.92 0.07
HSL 35.94º 0.85% 0.5% -
HSV(B) 35.94º 0.92% 0.93% -
XYZ 45.46 39.37 5.82 -
YUV 160.19 48.32 182.07 -
System Red Green Blue C M Y K H S L
Decimal 236 149 19 0 0.37 0.92 0.07 35.94 0.85 0.5
Hex EC 95 13 0 25 5C 7 24 55 32
Octal 354 225 23 0 45 134 7 44 125 62
Binary 11101100 10010101 10011 0 100101 1011100 111 100100 1010101 110010

Color Harmonies of #EC9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9513

Black with #EC9513

Text Example


Text Example

White with #EC9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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