Html Css Color HEX #EC9206 Gamboge

📋 copy color: '#EC9206'

red 236 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #EC9206

Tints of Gamboge #EC9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 60.82%
G = 37.63%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9206 (or 0xEC9206) is known color: Gamboge. HEX triplet: EC, 92 and 06. RGB value is (236,146,6). Sum of RGB (Red+Green+Blue) = 236+146+6=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9206 is #136DF9. Grayscale: #9D9D9D. Windows color (decimal): -1273338 or 430828. OLE color: 430828.

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

Color convert

RGB 236 146 6 -
CMYK 0 0.38 0.97 0.07
HSL 36.52º 0.95% 0.47% -
HSV(B) 36.52º 0.97% 0.93% -
XYZ 44.9 38.4 5.22 -
YUV 156.95 42.82 184.38 -
System Red Green Blue C M Y K H S L
Decimal 236 146 6 0 0.38 0.97 0.07 36.52 0.95 0.47
Hex EC 92 6 0 26 61 7 25 5F 2F
Octal 354 222 6 0 46 141 7 45 137 57
Binary 11101100 10010010 110 0 100110 1100001 111 100101 1011111 101111

Color Harmonies of #EC9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9206

Black with #EC9206

Text Example


Text Example

White with #EC9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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