Html Css Color HEX #EC8701 Tangerine

📋 copy color: '#EC8701'

red 236 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #EC8701

Tints of Tangerine #EC8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 63.44%
G = 36.29%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8701 (or 0xEC8701) is known color: Tangerine. HEX triplet: EC, 87 and 01. RGB value is (236,135,1). Sum of RGB (Red+Green+Blue) = 236+135+1=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8701 is #1378FE. Grayscale: #969696. Windows color (decimal): -1276159 or 100332. OLE color: 100332.

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

Color convert

RGB 236 135 1 -
CMYK 0 0.43 1.00 0.07
HSL 34.21º 0.99% 0.46% -
HSV(B) 34.21º 1% 0.93% -
XYZ 43.26 35.16 4.54 -
YUV 149.92 43.96 189.4 -
System Red Green Blue C M Y K H S L
Decimal 236 135 1 0 0.43 1.00 0.07 34.21 0.99 0.46
Hex EC 87 1 0 2B 64 7 22 63 2E
Octal 354 207 1 0 53 144 7 42 143 56
Binary 11101100 10000111 1 0 101011 1100100 111 100010 1100011 101110

Color Harmonies of #EC8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8701

Black with #EC8701

Text Example


Text Example

White with #EC8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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