Html Css Color HEX #EC960D Gamboge

📋 copy color: '#EC960D'

red 236 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #EC960D

Tints of Gamboge #EC960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 59.15%
G = 37.59%
B = 3.26%

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

#EC960D (or 0xEC960D) is known color: Gamboge. HEX triplet: EC, 96 and 0D. RGB value is (236,150,13). Sum of RGB (Red+Green+Blue) = 236+150+13=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC960D is #1369F2. Grayscale: #A0A0A0. Windows color (decimal): -1272307 or 890604. OLE color: 890604.

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

Color convert

RGB 236 150 13 -
CMYK 0 0.36 0.94 0.07
HSL 36.86º 0.9% 0.49% -
HSV(B) 36.86º 0.94% 0.93% -
XYZ 45.57 39.67 5.64 -
YUV 160.1 44.99 182.14 -
System Red Green Blue C M Y K H S L
Decimal 236 150 13 0 0.36 0.94 0.07 36.86 0.9 0.49
Hex EC 96 D 0 24 5E 7 25 5A 31
Octal 354 226 15 0 44 136 7 45 132 61
Binary 11101100 10010110 1101 0 100100 1011110 111 100101 1011010 110001

Color Harmonies of #EC960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC960D

Black with #EC960D

Text Example


Text Example

White with #EC960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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