Html Css Color HEX #EC8512 Tangerine

📋 copy color: '#EC8512'

red 236 ◦ green 133 ◦ blue 18

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

Shades of Tangerine #EC8512

Tints of Tangerine #EC8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 60.98%
G = 34.37%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC8512 (or 0xEC8512) is known color: Tangerine. HEX triplet: EC, 85 and 12. RGB value is (236,133,18). Sum of RGB (Red+Green+Blue) = 236+133+18=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8512 is #137AED. Grayscale: #979797. Windows color (decimal): -1276654 or 1213932. OLE color: 1213932.

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

Color convert

RGB 236 133 18 -
CMYK 0 0.44 0.92 0.07
HSL 31.65º 0.86% 0.5% -
HSV(B) 31.65º 0.92% 0.93% -
XYZ 43.09 34.65 4.99 -
YUV 150.69 53.12 188.85 -
System Red Green Blue C M Y K H S L
Decimal 236 133 18 0 0.44 0.92 0.07 31.65 0.86 0.5
Hex EC 85 12 0 2C 5C 7 20 56 32
Octal 354 205 22 0 54 134 7 40 126 62
Binary 11101100 10000101 10010 0 101100 1011100 111 100000 1010110 110010

Color Harmonies of #EC8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8512

Black with #EC8512

Text Example


Text Example

White with #EC8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8512; }

 p { color: rgb(236,133,18); }

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

background-color css

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

 a { background-color: rgb(236,133,18); }

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

border-color css

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

 span { border-color: rgb(236,133,18); }

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