Html Css Color HEX #EC8213 Tangerine

📋 copy color: '#EC8213'

red 236 ◦ green 130 ◦ blue 19

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

Shades of Tangerine #EC8213

Tints of Tangerine #EC8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 61.3%
G = 33.77%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC8213 (or 0xEC8213) is known color: Tangerine. HEX triplet: EC, 82 and 13. RGB value is (236,130,19). Sum of RGB (Red+Green+Blue) = 236+130+19=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8213 is #137DEC. Grayscale: #959595. Windows color (decimal): -1277421 or 1278700. OLE color: 1278700.

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

Color convert

RGB 236 130 19 -
CMYK 0 0.45 0.92 0.07
HSL 30.69º 0.85% 0.5% -
HSV(B) 30.69º 0.92% 0.93% -
XYZ 42.69 33.85 4.9 -
YUV 149.04 54.62 190.03 -
System Red Green Blue C M Y K H S L
Decimal 236 130 19 0 0.45 0.92 0.07 30.69 0.85 0.5
Hex EC 82 13 0 2D 5C 7 1F 55 32
Octal 354 202 23 0 55 134 7 37 125 62
Binary 11101100 10000010 10011 0 101101 1011100 111 11111 1010101 110010

Color Harmonies of #EC8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8213

Black with #EC8213

Text Example


Text Example

White with #EC8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8213; }

 p { color: rgb(236,130,19); }

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

background-color css

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

 a { background-color: rgb(236,130,19); }

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

border-color css

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

 span { border-color: rgb(236,130,19); }

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