Html Css Color HEX #EC9707 Gamboge

📋 copy color: '#EC9707'

red 236 ◦ green 151 ◦ blue 7

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

Shades of Gamboge #EC9707

Tints of Gamboge #EC9707

RGB

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

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

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

R = 59.9%
G = 38.32%
B = 1.78%

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

#EC9707 (or 0xEC9707) is known color: Gamboge. HEX triplet: EC, 97 and 07. RGB value is (236,151,7). Sum of RGB (Red+Green+Blue) = 236+151+7=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9707 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9707 is #1368F8. Grayscale: #A0A0A0. Windows color (decimal): -1272057 or 497644. OLE color: 497644.

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

Color convert

RGB 236 151 7 -
CMYK 0 0.36 0.97 0.07
HSL 37.73º 0.94% 0.48% -
HSV(B) 37.73º 0.97% 0.93% -
XYZ 45.7 39.98 5.51 -
YUV 160 41.66 182.21 -
System Red Green Blue C M Y K H S L
Decimal 236 151 7 0 0.36 0.97 0.07 37.73 0.94 0.48
Hex EC 97 7 0 24 61 7 26 5E 30
Octal 354 227 7 0 44 141 7 46 136 60
Binary 11101100 10010111 111 0 100100 1100001 111 100110 1011110 110000

Color Harmonies of #EC9707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9707

Black with #EC9707

Text Example


Text Example

White with #EC9707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9707; }

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

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

background-color css

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

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

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

border-color css

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

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

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