Html Css Color HEX #EC9507 Gamboge

📋 copy color: '#EC9507'

red 236 ◦ green 149 ◦ blue 7

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

Shades of Gamboge #EC9507

Tints of Gamboge #EC9507

RGB

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

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

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

R = 60.2%
G = 38.01%
B = 1.79%

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

#EC9507 (or 0xEC9507) is known color: Gamboge. HEX triplet: EC, 95 and 07. RGB value is (236,149,7). Sum of RGB (Red+Green+Blue) = 236+149+7=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9507 is #136AF8. Grayscale: #9F9F9F. Windows color (decimal): -1272569 or 497132. OLE color: 497132.

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

Color convert

RGB 236 149 7 -
CMYK 0 0.37 0.97 0.07
HSL 37.21º 0.94% 0.48% -
HSV(B) 37.21º 0.97% 0.93% -
XYZ 45.38 39.34 5.4 -
YUV 158.83 42.32 183.05 -
System Red Green Blue C M Y K H S L
Decimal 236 149 7 0 0.37 0.97 0.07 37.21 0.94 0.48
Hex EC 95 7 0 25 61 7 25 5E 30
Octal 354 225 7 0 45 141 7 45 136 60
Binary 11101100 10010101 111 0 100101 1100001 111 100101 1011110 110000

Color Harmonies of #EC9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9507

Black with #EC9507

Text Example


Text Example

White with #EC9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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