Html Css Color HEX #EC8D0E Tangerine

📋 copy color: '#EC8D0E'

red 236 ◦ green 141 ◦ blue 14

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

Shades of Tangerine #EC8D0E

Tints of Tangerine #EC8D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 60.36%
G = 36.06%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC8D0E (or 0xEC8D0E) is known color: Tangerine. HEX triplet: EC, 8D and 0E. RGB value is (236,141,14). Sum of RGB (Red+Green+Blue) = 236+141+14=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D0E is #1372F1. Grayscale: #9B9B9B. Windows color (decimal): -1274610 or 953836. OLE color: 953836.

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

Color convert

RGB 236 141 14 -
CMYK 0 0.40 0.94 0.07
HSL 34.32º 0.89% 0.49% -
HSV(B) 34.32º 0.94% 0.93% -
XYZ 44.2 36.91 5.21 -
YUV 154.93 48.47 185.83 -
System Red Green Blue C M Y K H S L
Decimal 236 141 14 0 0.40 0.94 0.07 34.32 0.89 0.49
Hex EC 8D E 0 28 5E 7 22 59 31
Octal 354 215 16 0 50 136 7 42 131 61
Binary 11101100 10001101 1110 0 101000 1011110 111 100010 1011001 110001

Color Harmonies of #EC8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D0E

Black with #EC8D0E

Text Example


Text Example

White with #EC8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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