Html Css Color HEX #EC9501 Gamboge

📋 copy color: '#EC9501'

red 236 ◦ green 149 ◦ blue 1

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

Shades of Gamboge #EC9501

Tints of Gamboge #EC9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 61.14%
G = 38.6%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC9501 (or 0xEC9501) is known color: Gamboge. HEX triplet: EC, 95 and 01. RGB value is (236,149,1). Sum of RGB (Red+Green+Blue) = 236+149+1=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9501 is #136AFE. Grayscale: #9E9E9E. Windows color (decimal): -1272575 or 103916. OLE color: 103916.

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

Color convert

RGB 236 149 1 -
CMYK 0 0.37 1.00 0.07
HSL 37.79º 0.99% 0.46% -
HSV(B) 37.79º 1% 0.93% -
XYZ 45.35 39.33 5.23 -
YUV 158.14 39.32 183.53 -
System Red Green Blue C M Y K H S L
Decimal 236 149 1 0 0.37 1.00 0.07 37.79 0.99 0.46
Hex EC 95 1 0 25 64 7 26 63 2E
Octal 354 225 1 0 45 144 7 46 143 56
Binary 11101100 10010101 1 0 100101 1100100 111 100110 1100011 101110

Color Harmonies of #EC9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9501

Black with #EC9501

Text Example


Text Example

White with #EC9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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