Html Css Color HEX #EC7D0E Tangerine

📋 copy color: '#EC7D0E'

red 236 ◦ green 125 ◦ blue 14

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

Shades of Tangerine #EC7D0E

Tints of Tangerine #EC7D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 62.93%
G = 33.33%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC7D0E (or 0xEC7D0E) is known color: Tangerine. HEX triplet: EC, 7D and 0E. RGB value is (236,125,14). Sum of RGB (Red+Green+Blue) = 236+125+14=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D0E is #1382F1. Grayscale: #929292. Windows color (decimal): -1278706 or 949740. OLE color: 949740.

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

Color convert

RGB 236 125 14 -
CMYK 0 0.47 0.94 0.07
HSL 30º 0.89% 0.49% -
HSV(B) 30º 0.94% 0.93% -
XYZ 42 32.53 4.48 -
YUV 145.54 53.77 192.53 -
System Red Green Blue C M Y K H S L
Decimal 236 125 14 0 0.47 0.94 0.07 30 0.89 0.49
Hex EC 7D E 0 2F 5E 7 1E 59 31
Octal 354 175 16 0 57 136 7 36 131 61
Binary 11101100 1111101 1110 0 101111 1011110 111 11110 1011001 110001

Color Harmonies of #EC7D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D0E

Black with #EC7D0E

Text Example


Text Example

White with #EC7D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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