Html Css Color HEX #EC9C01 Gamboge

📋 copy color: '#EC9C01'

red 236 ◦ green 156 ◦ blue 1

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

Shades of Gamboge #EC9C01

Tints of Gamboge #EC9C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 60.05%
G = 39.69%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC9C01 (or 0xEC9C01) is known color: Gamboge. HEX triplet: EC, 9C and 01. RGB value is (236,156,1). Sum of RGB (Red+Green+Blue) = 236+156+1=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C01 is #1363FE. Grayscale: #A2A2A2. Windows color (decimal): -1270783 or 105708. OLE color: 105708.

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

Color convert

RGB 236 156 1 -
CMYK 0 0.34 1.00 0.07
HSL 39.57º 0.99% 0.46% -
HSV(B) 39.57º 1% 0.93% -
XYZ 46.49 41.61 5.61 -
YUV 162.25 37 180.6 -
System Red Green Blue C M Y K H S L
Decimal 236 156 1 0 0.34 1.00 0.07 39.57 0.99 0.46
Hex EC 9C 1 0 22 64 7 28 63 2E
Octal 354 234 1 0 42 144 7 50 143 56
Binary 11101100 10011100 1 0 100010 1100100 111 101000 1100011 101110

Color Harmonies of #EC9C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C01

Black with #EC9C01

Text Example


Text Example

White with #EC9C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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