Html Css Color HEX #EC860F Tangerine

📋 copy color: '#EC860F'

red 236 ◦ green 134 ◦ blue 15

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

Shades of Tangerine #EC860F

Tints of Tangerine #EC860F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 61.3%
G = 34.81%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC860F (or 0xEC860F) is known color: Tangerine. HEX triplet: EC, 86 and 0F. RGB value is (236,134,15). Sum of RGB (Red+Green+Blue) = 236+134+15=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC860F is #1379F0. Grayscale: #979797. Windows color (decimal): -1276401 or 1017580. OLE color: 1017580.

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

Color convert

RGB 236 134 15 -
CMYK 0 0.43 0.94 0.07
HSL 32.31º 0.88% 0.49% -
HSV(B) 32.31º 0.94% 0.93% -
XYZ 43.2 34.92 4.91 -
YUV 150.93 51.29 188.68 -
System Red Green Blue C M Y K H S L
Decimal 236 134 15 0 0.43 0.94 0.07 32.31 0.88 0.49
Hex EC 86 F 0 2B 5E 7 20 58 31
Octal 354 206 17 0 53 136 7 40 130 61
Binary 11101100 10000110 1111 0 101011 1011110 111 100000 1011000 110001

Color Harmonies of #EC860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC860F

Black with #EC860F

Text Example


Text Example

White with #EC860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC860F; }

 p { color: rgb(236,134,15); }

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

background-color css

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

 a { background-color: rgb(236,134,15); }

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

border-color css

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

 span { border-color: rgb(236,134,15); }

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