Html Css Color HEX #EC9506 Gamboge

📋 copy color: '#EC9506'

red 236 ◦ green 149 ◦ blue 6

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

Shades of Gamboge #EC9506

Tints of Gamboge #EC9506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 60.36%
G = 38.11%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9506 (or 0xEC9506) is known color: Gamboge. HEX triplet: EC, 95 and 06. RGB value is (236,149,6). Sum of RGB (Red+Green+Blue) = 236+149+6=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9506 is #136AF9. Grayscale: #9F9F9F. Windows color (decimal): -1272570 or 431596. OLE color: 431596.

HSL color Cylindrical-coordinate representation of color #EC9506: hue angle of 37.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9506 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 6 -
CMYK 0 0.37 0.97 0.07
HSL 37.3º 0.95% 0.47% -
HSV(B) 37.3º 0.97% 0.93% -
XYZ 45.37 39.34 5.37 -
YUV 158.71 41.82 183.13 -
System Red Green Blue C M Y K H S L
Decimal 236 149 6 0 0.37 0.97 0.07 37.3 0.95 0.47
Hex EC 95 6 0 25 61 7 25 5F 2F
Octal 354 225 6 0 45 141 7 45 137 57
Binary 11101100 10010101 110 0 100101 1100001 111 100101 1011111 101111

Color Harmonies of #EC9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9506

Black with #EC9506

Text Example


Text Example

White with #EC9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9506; }

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

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

background-color css

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

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

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

border-color css

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

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

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