Html Css Color HEX #EC9510 Gamboge

📋 copy color: '#EC9510'

red 236 ◦ green 149 ◦ blue 16

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

Shades of Gamboge #EC9510

Tints of Gamboge #EC9510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 58.85%
G = 37.16%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9510 (or 0xEC9510) is known color: Gamboge. HEX triplet: EC, 95 and 10. RGB value is (236,149,16). Sum of RGB (Red+Green+Blue) = 236+149+16=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9510 is #136AEF. Grayscale: #A0A0A0. Windows color (decimal): -1272560 or 1086956. OLE color: 1086956.

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

Color convert

RGB 236 149 16 -
CMYK 0 0.37 0.93 0.07
HSL 36.27º 0.87% 0.49% -
HSV(B) 36.27º 0.93% 0.93% -
XYZ 45.43 39.37 5.69 -
YUV 159.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 236 149 16 0 0.37 0.93 0.07 36.27 0.87 0.49
Hex EC 95 10 0 25 5D 7 24 57 31
Octal 354 225 20 0 45 135 7 44 127 61
Binary 11101100 10010101 10000 0 100101 1011101 111 100100 1010111 110001

Color Harmonies of #EC9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9510

Black with #EC9510

Text Example


Text Example

White with #EC9510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9510; }

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

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

background-color css

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

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

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

border-color css

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

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

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