Html Css Color HEX #EC960F Gamboge

📋 copy color: '#EC960F'

red 236 ◦ green 150 ◦ blue 15

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

Shades of Gamboge #EC960F

Tints of Gamboge #EC960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 58.85%
G = 37.41%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC960F (or 0xEC960F) is known color: Gamboge. HEX triplet: EC, 96 and 0F. RGB value is (236,150,15). Sum of RGB (Red+Green+Blue) = 236+150+15=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC960F is #1369F0. Grayscale: #A0A0A0. Windows color (decimal): -1272305 or 1021676. OLE color: 1021676.

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

Color convert

RGB 236 150 15 -
CMYK 0 0.36 0.94 0.07
HSL 36.65º 0.88% 0.49% -
HSV(B) 36.65º 0.94% 0.93% -
XYZ 45.58 39.68 5.71 -
YUV 160.32 45.99 181.98 -
System Red Green Blue C M Y K H S L
Decimal 236 150 15 0 0.36 0.94 0.07 36.65 0.88 0.49
Hex EC 96 F 0 24 5E 7 25 58 31
Octal 354 226 17 0 44 136 7 45 130 61
Binary 11101100 10010110 1111 0 100100 1011110 111 100101 1011000 110001

Color Harmonies of #EC960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC960F

Black with #EC960F

Text Example


Text Example

White with #EC960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC960F; }

 p { color: rgb(236,150,15); }

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

background-color css

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

 a { background-color: rgb(236,150,15); }

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

border-color css

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

 span { border-color: rgb(236,150,15); }

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