Html Css Color HEX #EC8702 Tangerine

📋 copy color: '#EC8702'

red 236 ◦ green 135 ◦ blue 2

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

Shades of Tangerine #EC8702

Tints of Tangerine #EC8702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 63.27%
G = 36.19%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC8702 (or 0xEC8702) is known color: Tangerine. HEX triplet: EC, 87 and 02. RGB value is (236,135,2). Sum of RGB (Red+Green+Blue) = 236+135+2=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8702 is #1378FD. Grayscale: #969696. Windows color (decimal): -1276158 or 165868. OLE color: 165868.

HSL color Cylindrical-coordinate representation of color #EC8702: hue angle of 34.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC8702 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 135 2 -
CMYK 0 0.43 0.99 0.07
HSL 34.1º 0.98% 0.47% -
HSV(B) 34.1º 0.99% 0.93% -
XYZ 43.27 35.17 4.56 -
YUV 150.04 44.46 189.31 -
System Red Green Blue C M Y K H S L
Decimal 236 135 2 0 0.43 0.99 0.07 34.1 0.98 0.47
Hex EC 87 2 0 2B 63 7 22 62 2F
Octal 354 207 2 0 53 143 7 42 142 57
Binary 11101100 10000111 10 0 101011 1100011 111 100010 1100010 101111

Color Harmonies of #EC8702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8702

Black with #EC8702

Text Example


Text Example

White with #EC8702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8702; }

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

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

background-color css

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

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

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

border-color css

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

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

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