Html Css Color HEX #EC8312 Tangerine

📋 copy color: '#EC8312'

red 236 ◦ green 131 ◦ blue 18

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

Shades of Tangerine #EC8312

Tints of Tangerine #EC8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 61.3%
G = 34.03%
B = 4.68%

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

#EC8312 (or 0xEC8312) is known color: Tangerine. HEX triplet: EC, 83 and 12. RGB value is (236,131,18). Sum of RGB (Red+Green+Blue) = 236+131+18=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8312 is #137CED. Grayscale: #969696. Windows color (decimal): -1277166 or 1213420. OLE color: 1213420.

HSL color Cylindrical-coordinate representation of color #EC8312: hue angle of 31.1º 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 #EC8312 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 18 -
CMYK 0 0.44 0.92 0.07
HSL 31.1º 0.86% 0.5% -
HSV(B) 31.1º 0.92% 0.93% -
XYZ 42.82 34.11 4.9 -
YUV 149.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 236 131 18 0 0.44 0.92 0.07 31.1 0.86 0.5
Hex EC 83 12 0 2C 5C 7 1F 56 32
Octal 354 203 22 0 54 134 7 37 126 62
Binary 11101100 10000011 10010 0 101100 1011100 111 11111 1010110 110010

Color Harmonies of #EC8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8312

Black with #EC8312

Text Example


Text Example

White with #EC8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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