Html Css Color HEX #EC7F12 Tangerine

📋 copy color: '#EC7F12'

red 236 ◦ green 127 ◦ blue 18

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

Shades of Tangerine #EC7F12

Tints of Tangerine #EC7F12

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 61.94%
G = 33.33%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7F12 (or 0xEC7F12) is known color: Tangerine. HEX triplet: EC, 7F and 12. RGB value is (236,127,18). Sum of RGB (Red+Green+Blue) = 236+127+18=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F12 is #1380ED. Grayscale: #939393. Windows color (decimal): -1278190 or 1212396. OLE color: 1212396.

HSL color Cylindrical-coordinate representation of color #EC7F12: hue angle of 30º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7F12 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 18 -
CMYK 0 0.46 0.92 0.07
HSL 30º 0.86% 0.5% -
HSV(B) 30º 0.92% 0.93% -
XYZ 42.29 33.06 4.72 -
YUV 147.17 55.11 191.36 -
System Red Green Blue C M Y K H S L
Decimal 236 127 18 0 0.46 0.92 0.07 30 0.86 0.5
Hex EC 7F 12 0 2E 5C 7 1E 56 32
Octal 354 177 22 0 56 134 7 36 126 62
Binary 11101100 1111111 10010 0 101110 1011100 111 11110 1010110 110010

Color Harmonies of #EC7F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F12

Black with #EC7F12

Text Example


Text Example

White with #EC7F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F12; }

 p { color: rgb(236,127,18); }

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

background-color css

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

 a { background-color: rgb(236,127,18); }

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

border-color css

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

 span { border-color: rgb(236,127,18); }

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