Html Css Color HEX #EC9207 Gamboge

📋 copy color: '#EC9207'

red 236 ◦ green 146 ◦ blue 7

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

Shades of Gamboge #EC9207

Tints of Gamboge #EC9207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 60.67%
G = 37.53%
B = 1.8%

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

#EC9207 (or 0xEC9207) is known color: Gamboge. HEX triplet: EC, 92 and 07. RGB value is (236,146,7). Sum of RGB (Red+Green+Blue) = 236+146+7=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9207 is #136DF8. Grayscale: #9D9D9D. Windows color (decimal): -1273337 or 496364. OLE color: 496364.

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

Color convert

RGB 236 146 7 -
CMYK 0 0.38 0.97 0.07
HSL 36.42º 0.94% 0.48% -
HSV(B) 36.42º 0.97% 0.93% -
XYZ 44.91 38.41 5.25 -
YUV 157.06 43.32 184.3 -
System Red Green Blue C M Y K H S L
Decimal 236 146 7 0 0.38 0.97 0.07 36.42 0.94 0.48
Hex EC 92 7 0 26 61 7 24 5E 30
Octal 354 222 7 0 46 141 7 44 136 60
Binary 11101100 10010010 111 0 100110 1100001 111 100100 1011110 110000

Color Harmonies of #EC9207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9207

Black with #EC9207

Text Example


Text Example

White with #EC9207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9207; }

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

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

background-color css

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

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

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

border-color css

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

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

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