Html Css Color HEX #EC8113 Tangerine

📋 copy color: '#EC8113'

red 236 ◦ green 129 ◦ blue 19

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

Shades of Tangerine #EC8113

Tints of Tangerine #EC8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 61.46%
G = 33.59%
B = 4.95%

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

#EC8113 (or 0xEC8113) is known color: Tangerine. HEX triplet: EC, 81 and 13. RGB value is (236,129,19). Sum of RGB (Red+Green+Blue) = 236+129+19=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8113 is #137EEC. Grayscale: #959595. Windows color (decimal): -1277677 or 1278444. OLE color: 1278444.

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

Color convert

RGB 236 129 19 -
CMYK 0 0.45 0.92 0.07
HSL 30.41º 0.85% 0.5% -
HSV(B) 30.41º 0.92% 0.93% -
XYZ 42.56 33.58 4.85 -
YUV 148.45 54.95 190.44 -
System Red Green Blue C M Y K H S L
Decimal 236 129 19 0 0.45 0.92 0.07 30.41 0.85 0.5
Hex EC 81 13 0 2D 5C 7 1E 55 32
Octal 354 201 23 0 55 134 7 36 125 62
Binary 11101100 10000001 10011 0 101101 1011100 111 11110 1010101 110010

Color Harmonies of #EC8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8113

Black with #EC8113

Text Example


Text Example

White with #EC8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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