Html Css Color HEX #EC8101 Tangerine

📋 copy color: '#EC8101'

red 236 ◦ green 129 ◦ blue 1

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

Shades of Tangerine #EC8101

Tints of Tangerine #EC8101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 64.48%
G = 35.25%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8101 (or 0xEC8101) is known color: Tangerine. HEX triplet: EC, 81 and 01. RGB value is (236,129,1). Sum of RGB (Red+Green+Blue) = 236+129+1=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8101 is #137EFE. Grayscale: #939393. Windows color (decimal): -1277695 or 98796. OLE color: 98796.

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

Color convert

RGB 236 129 1 -
CMYK 0 0.45 1.00 0.07
HSL 32.68º 0.99% 0.46% -
HSV(B) 32.68º 1% 0.93% -
XYZ 42.45 33.54 4.26 -
YUV 146.4 45.95 191.91 -
System Red Green Blue C M Y K H S L
Decimal 236 129 1 0 0.45 1.00 0.07 32.68 0.99 0.46
Hex EC 81 1 0 2D 64 7 21 63 2E
Octal 354 201 1 0 55 144 7 41 143 56
Binary 11101100 10000001 1 0 101101 1100100 111 100001 1100011 101110

Color Harmonies of #EC8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8101

Black with #EC8101

Text Example


Text Example

White with #EC8101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8101; }

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

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

background-color css

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

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

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

border-color css

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

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

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