Html Css Color HEX #EC9706 Gamboge

📋 copy color: '#EC9706'

red 236 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #EC9706

Tints of Gamboge #EC9706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 60.05%
G = 38.42%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9706 (or 0xEC9706) is known color: Gamboge. HEX triplet: EC, 97 and 06. RGB value is (236,151,6). Sum of RGB (Red+Green+Blue) = 236+151+6=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9706 is #1368F9. Grayscale: #A0A0A0. Windows color (decimal): -1272058 or 432108. OLE color: 432108.

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

Color convert

RGB 236 151 6 -
CMYK 0 0.36 0.97 0.07
HSL 37.83º 0.95% 0.47% -
HSV(B) 37.83º 0.97% 0.93% -
XYZ 45.69 39.98 5.48 -
YUV 159.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 236 151 6 0 0.36 0.97 0.07 37.83 0.95 0.47
Hex EC 97 6 0 24 61 7 26 5F 2F
Octal 354 227 6 0 44 141 7 46 137 57
Binary 11101100 10010111 110 0 100100 1100001 111 100110 1011111 101111

Color Harmonies of #EC9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9706

Black with #EC9706

Text Example


Text Example

White with #EC9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9706; }

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

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

background-color css

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

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

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

border-color css

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

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

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