Html Css Color HEX #EC8A0E Tangerine

📋 copy color: '#EC8A0E'

red 236 ◦ green 138 ◦ blue 14

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

Shades of Tangerine #EC8A0E

Tints of Tangerine #EC8A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

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

R = 60.82%
G = 35.57%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC8A0E (or 0xEC8A0E) is known color: Tangerine. HEX triplet: EC, 8A and 0E. RGB value is (236,138,14). Sum of RGB (Red+Green+Blue) = 236+138+14=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A0E is #1375F1. Grayscale: #999999. Windows color (decimal): -1275378 or 953068. OLE color: 953068.

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

Color convert

RGB 236 138 14 -
CMYK 0 0.42 0.94 0.07
HSL 33.51º 0.89% 0.49% -
HSV(B) 33.51º 0.94% 0.93% -
XYZ 43.76 36.04 5.07 -
YUV 153.17 49.47 187.08 -
System Red Green Blue C M Y K H S L
Decimal 236 138 14 0 0.42 0.94 0.07 33.51 0.89 0.49
Hex EC 8A E 0 2A 5E 7 22 59 31
Octal 354 212 16 0 52 136 7 42 131 61
Binary 11101100 10001010 1110 0 101010 1011110 111 100010 1011001 110001

Color Harmonies of #EC8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A0E

Black with #EC8A0E

Text Example


Text Example

White with #EC8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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