Html Css Color HEX #EC7D12 Tangerine

📋 copy color: '#EC7D12'

red 236 ◦ green 125 ◦ blue 18

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

Shades of Tangerine #EC7D12

Tints of Tangerine #EC7D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 62.27%
G = 32.98%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7D12 (or 0xEC7D12) is known color: Tangerine. HEX triplet: EC, 7D and 12. RGB value is (236,125,18). Sum of RGB (Red+Green+Blue) = 236+125+18=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D12 is #1382ED. Grayscale: #929292. Windows color (decimal): -1278702 or 1211884. OLE color: 1211884.

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

Color convert

RGB 236 125 18 -
CMYK 0 0.47 0.92 0.07
HSL 29.45º 0.86% 0.5% -
HSV(B) 29.45º 0.92% 0.93% -
XYZ 42.03 32.54 4.64 -
YUV 145.99 55.77 192.2 -
System Red Green Blue C M Y K H S L
Decimal 236 125 18 0 0.47 0.92 0.07 29.45 0.86 0.5
Hex EC 7D 12 0 2F 5C 7 1D 56 32
Octal 354 175 22 0 57 134 7 35 126 62
Binary 11101100 1111101 10010 0 101111 1011100 111 11101 1010110 110010

Color Harmonies of #EC7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D12

Black with #EC7D12

Text Example


Text Example

White with #EC7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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