Html Css Color HEX #EC840F Tangerine

📋 copy color: '#EC840F'

red 236 ◦ green 132 ◦ blue 15

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

Shades of Tangerine #EC840F

Tints of Tangerine #EC840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 61.62%
G = 34.46%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC840F (or 0xEC840F) is known color: Tangerine. HEX triplet: EC, 84 and 0F. RGB value is (236,132,15). Sum of RGB (Red+Green+Blue) = 236+132+15=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC840F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC840F is #137BF0. Grayscale: #969696. Windows color (decimal): -1276913 or 1017068. OLE color: 1017068.

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

Color convert

RGB 236 132 15 -
CMYK 0 0.44 0.94 0.07
HSL 31.76º 0.88% 0.49% -
HSV(B) 31.76º 0.94% 0.93% -
XYZ 42.93 34.37 4.82 -
YUV 149.76 51.96 189.51 -
System Red Green Blue C M Y K H S L
Decimal 236 132 15 0 0.44 0.94 0.07 31.76 0.88 0.49
Hex EC 84 F 0 2C 5E 7 20 58 31
Octal 354 204 17 0 54 136 7 40 130 61
Binary 11101100 10000100 1111 0 101100 1011110 111 100000 1011000 110001

Color Harmonies of #EC840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC840F

Black with #EC840F

Text Example


Text Example

White with #EC840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC840F; }

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

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

background-color css

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

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

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

border-color css

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

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

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