Html Css Color HEX #EC8210 Tangerine

📋 copy color: '#EC8210'

red 236 ◦ green 130 ◦ blue 16

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

Shades of Tangerine #EC8210

Tints of Tangerine #EC8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 61.78%
G = 34.03%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC8210 (or 0xEC8210) is known color: Tangerine. HEX triplet: EC, 82 and 10. RGB value is (236,130,16). Sum of RGB (Red+Green+Blue) = 236+130+16=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8210 is #137DEF. Grayscale: #959595. Windows color (decimal): -1277424 or 1082092. OLE color: 1082092.

HSL color Cylindrical-coordinate representation of color #EC8210: hue angle of 31.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8210 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 16 -
CMYK 0 0.45 0.93 0.07
HSL 31.09º 0.87% 0.49% -
HSV(B) 31.09º 0.93% 0.93% -
XYZ 42.67 33.84 4.77 -
YUV 148.7 53.12 190.27 -
System Red Green Blue C M Y K H S L
Decimal 236 130 16 0 0.45 0.93 0.07 31.09 0.87 0.49
Hex EC 82 10 0 2D 5D 7 1F 57 31
Octal 354 202 20 0 55 135 7 37 127 61
Binary 11101100 10000010 10000 0 101101 1011101 111 11111 1010111 110001

Color Harmonies of #EC8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8210

Black with #EC8210

Text Example


Text Example

White with #EC8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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