Html Css Color HEX #EC9601 Gamboge

📋 copy color: '#EC9601'

red 236 ◦ green 150 ◦ blue 1

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

Shades of Gamboge #EC9601

Tints of Gamboge #EC9601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 60.98%
G = 38.76%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC9601 (or 0xEC9601) is known color: Gamboge. HEX triplet: EC, 96 and 01. RGB value is (236,150,1). Sum of RGB (Red+Green+Blue) = 236+150+1=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9601 is #1369FE. Grayscale: #9F9F9F. Windows color (decimal): -1272319 or 104172. OLE color: 104172.

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

Color convert

RGB 236 150 1 -
CMYK 0 0.36 1.00 0.07
HSL 38.04º 0.99% 0.46% -
HSV(B) 38.04º 1% 0.93% -
XYZ 45.5 39.65 5.28 -
YUV 158.73 38.99 183.12 -
System Red Green Blue C M Y K H S L
Decimal 236 150 1 0 0.36 1.00 0.07 38.04 0.99 0.46
Hex EC 96 1 0 24 64 7 26 63 2E
Octal 354 226 1 0 44 144 7 46 143 56
Binary 11101100 10010110 1 0 100100 1100100 111 100110 1100011 101110

Color Harmonies of #EC9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9601

Black with #EC9601

Text Example


Text Example

White with #EC9601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9601; }

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

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

background-color css

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

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

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

border-color css

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

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

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