Html Css Color HEX #EC9701 Gamboge

📋 copy color: '#EC9701'

red 236 ◦ green 151 ◦ blue 1

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

Shades of Gamboge #EC9701

Tints of Gamboge #EC9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 60.82%
G = 38.92%
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

#EC9701 (or 0xEC9701) is known color: Gamboge. HEX triplet: EC, 97 and 01. RGB value is (236,151,1). Sum of RGB (Red+Green+Blue) = 236+151+1=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9701 is #1368FE. Grayscale: #A0A0A0. Windows color (decimal): -1272063 or 104428. OLE color: 104428.

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

Color convert

RGB 236 151 1 -
CMYK 0 0.36 1.00 0.07
HSL 38.3º 0.99% 0.46% -
HSV(B) 38.3º 1% 0.93% -
XYZ 45.66 39.97 5.34 -
YUV 159.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 236 151 1 0 0.36 1.00 0.07 38.3 0.99 0.46
Hex EC 97 1 0 24 64 7 26 63 2E
Octal 354 227 1 0 44 144 7 46 143 56
Binary 11101100 10010111 1 0 100100 1100100 111 100110 1100011 101110

Color Harmonies of #EC9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9701

Black with #EC9701

Text Example


Text Example

White with #EC9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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