Html Css Color HEX #EC960A Gamboge

📋 copy color: '#EC960A'

red 236 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #EC960A

Tints of Gamboge #EC960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 59.6%
G = 37.88%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC960A (or 0xEC960A) is known color: Gamboge. HEX triplet: EC, 96 and 0A. RGB value is (236,150,10). Sum of RGB (Red+Green+Blue) = 236+150+10=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC960A is #1369F5. Grayscale: #A0A0A0. Windows color (decimal): -1272310 or 693996. OLE color: 693996.

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

Color convert

RGB 236 150 10 -
CMYK 0 0.36 0.96 0.07
HSL 37.17º 0.92% 0.48% -
HSV(B) 37.17º 0.96% 0.93% -
XYZ 45.55 39.67 5.54 -
YUV 159.75 43.49 182.38 -
System Red Green Blue C M Y K H S L
Decimal 236 150 10 0 0.36 0.96 0.07 37.17 0.92 0.48
Hex EC 96 A 0 24 60 7 25 5C 30
Octal 354 226 12 0 44 140 7 45 134 60
Binary 11101100 10010110 1010 0 100100 1100000 111 100101 1011100 110000

Color Harmonies of #EC960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC960A

Black with #EC960A

Text Example


Text Example

White with #EC960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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