Html Css Color HEX #EC870F Tangerine

📋 copy color: '#EC870F'

red 236 ◦ green 135 ◦ blue 15

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

Shades of Tangerine #EC870F

Tints of Tangerine #EC870F

RGB

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

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

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

R = 61.14%
G = 34.97%
B = 3.89%

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

#EC870F (or 0xEC870F) is known color: Tangerine. HEX triplet: EC, 87 and 0F. RGB value is (236,135,15). Sum of RGB (Red+Green+Blue) = 236+135+15=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC870F is #1378F0. Grayscale: #989898. Windows color (decimal): -1276145 or 1017836. OLE color: 1017836.

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

Color convert

RGB 236 135 15 -
CMYK 0 0.43 0.94 0.07
HSL 32.58º 0.88% 0.49% -
HSV(B) 32.58º 0.94% 0.93% -
XYZ 43.34 35.2 4.96 -
YUV 151.52 50.96 188.26 -
System Red Green Blue C M Y K H S L
Decimal 236 135 15 0 0.43 0.94 0.07 32.58 0.88 0.49
Hex EC 87 F 0 2B 5E 7 21 58 31
Octal 354 207 17 0 53 136 7 41 130 61
Binary 11101100 10000111 1111 0 101011 1011110 111 100001 1011000 110001

Color Harmonies of #EC870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC870F

Black with #EC870F

Text Example


Text Example

White with #EC870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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