Html Css Color HEX #EC960B Gamboge

📋 copy color: '#EC960B'

red 236 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #EC960B

Tints of Gamboge #EC960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 59.45%
G = 37.78%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC960B (or 0xEC960B) is known color: Gamboge. HEX triplet: EC, 96 and 0B. RGB value is (236,150,11). Sum of RGB (Red+Green+Blue) = 236+150+11=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC960B is #1369F4. Grayscale: #A0A0A0. Windows color (decimal): -1272309 or 759532. OLE color: 759532.

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

Color convert

RGB 236 150 11 -
CMYK 0 0.36 0.95 0.07
HSL 37.07º 0.91% 0.48% -
HSV(B) 37.07º 0.95% 0.93% -
XYZ 45.56 39.67 5.57 -
YUV 159.87 43.99 182.3 -
System Red Green Blue C M Y K H S L
Decimal 236 150 11 0 0.36 0.95 0.07 37.07 0.91 0.48
Hex EC 96 B 0 24 5F 7 25 5B 30
Octal 354 226 13 0 44 137 7 45 133 60
Binary 11101100 10010110 1011 0 100100 1011111 111 100101 1011011 110000

Color Harmonies of #EC960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC960B

Black with #EC960B

Text Example


Text Example

White with #EC960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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