Html Css Color HEX #EC9515 Gamboge

📋 copy color: '#EC9515'

red 236 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #EC9515

Tints of Gamboge #EC9515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 58.13%
G = 36.7%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC9515 (or 0xEC9515) is known color: Gamboge. HEX triplet: EC, 95 and 15. RGB value is (236,149,21). Sum of RGB (Red+Green+Blue) = 236+149+21=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9515 is #136AEA. Grayscale: #A1A1A1. Windows color (decimal): -1272555 or 1414636. OLE color: 1414636.

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

Color convert

RGB 236 149 21 -
CMYK 0 0.37 0.91 0.07
HSL 35.72º 0.85% 0.5% -
HSV(B) 35.72º 0.91% 0.93% -
XYZ 45.47 39.38 5.91 -
YUV 160.42 49.32 181.91 -
System Red Green Blue C M Y K H S L
Decimal 236 149 21 0 0.37 0.91 0.07 35.72 0.85 0.5
Hex EC 95 15 0 25 5B 7 24 55 32
Octal 354 225 25 0 45 133 7 44 125 62
Binary 11101100 10010101 10101 0 100101 1011011 111 100100 1010101 110010

Color Harmonies of #EC9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9515

Black with #EC9515

Text Example


Text Example

White with #EC9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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