Html Css Color HEX #EC9C00 Gamboge

📋 copy color: '#EC9C00'

red 236 ◦ green 156 ◦ blue 0

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

Shades of Gamboge #EC9C00

Tints of Gamboge #EC9C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.2%
G = 39.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9C00 (or 0xEC9C00) is known color: Gamboge. HEX triplet: EC, 9C and 00. RGB value is (236,156,0). Sum of RGB (Red+Green+Blue) = 236+156+0=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C00 is #1363FF. Grayscale: #A2A2A2. Windows color (decimal): -1270784 or 40172. OLE color: 40172.

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

Color convert

RGB 236 156 0 -
CMYK 0 0.34 1 0.07
HSL 39.66º 1% 0.46% -
HSV(B) 39.66º 1% 0.93% -
XYZ 46.48 41.61 5.58 -
YUV 162.14 36.5 180.68 -
System Red Green Blue C M Y K H S L
Decimal 236 156 0 0 0.34 1 0.07 39.66 1 0.46
Hex EC 9C 0 0 22 64 7 28 64 2E
Octal 354 234 0 0 42 144 7 50 144 56
Binary 11101100 10011100 0 0 100010 1100100 111 101000 1100100 101110

Color Harmonies of #EC9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C00

Black with #EC9C00

Text Example


Text Example

White with #EC9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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