Html Css Color HEX #EC8401 Tangerine

📋 copy color: '#EC8401'

red 236 ◦ green 132 ◦ blue 1

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

Shades of Tangerine #EC8401

Tints of Tangerine #EC8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 63.96%
G = 35.77%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8401 (or 0xEC8401) is known color: Tangerine. HEX triplet: EC, 84 and 01. RGB value is (236,132,1). Sum of RGB (Red+Green+Blue) = 236+132+1=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8401 is #137BFE. Grayscale: #949494. Windows color (decimal): -1276927 or 99564. OLE color: 99564.

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

Color convert

RGB 236 132 1 -
CMYK 0 0.44 1.00 0.07
HSL 33.45º 0.99% 0.46% -
HSV(B) 33.45º 1% 0.93% -
XYZ 42.85 34.34 4.4 -
YUV 148.16 44.96 190.65 -
System Red Green Blue C M Y K H S L
Decimal 236 132 1 0 0.44 1.00 0.07 33.45 0.99 0.46
Hex EC 84 1 0 2C 64 7 21 63 2E
Octal 354 204 1 0 54 144 7 41 143 56
Binary 11101100 10000100 1 0 101100 1100100 111 100001 1100011 101110

Color Harmonies of #EC8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8401

Black with #EC8401

Text Example


Text Example

White with #EC8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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