Html Css Color HEX #EC880F Tangerine

📋 copy color: '#EC880F'

red 236 ◦ green 136 ◦ blue 15

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

Shades of Tangerine #EC880F

Tints of Tangerine #EC880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 60.98%
G = 35.14%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC880F (or 0xEC880F) is known color: Tangerine. HEX triplet: EC, 88 and 0F. RGB value is (236,136,15). Sum of RGB (Red+Green+Blue) = 236+136+15=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC880F is #1377F0. Grayscale: #989898. Windows color (decimal): -1275889 or 1018092. OLE color: 1018092.

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

Color convert

RGB 236 136 15 -
CMYK 0 0.42 0.94 0.07
HSL 32.85º 0.88% 0.49% -
HSV(B) 32.85º 0.94% 0.93% -
XYZ 43.48 35.48 5.01 -
YUV 152.11 50.63 187.84 -
System Red Green Blue C M Y K H S L
Decimal 236 136 15 0 0.42 0.94 0.07 32.85 0.88 0.49
Hex EC 88 F 0 2A 5E 7 21 58 31
Octal 354 210 17 0 52 136 7 41 130 61
Binary 11101100 10001000 1111 0 101010 1011110 111 100001 1011000 110001

Color Harmonies of #EC880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC880F

Black with #EC880F

Text Example


Text Example

White with #EC880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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