Html Css Color HEX #EC820E Tangerine

📋 copy color: '#EC820E'

red 236 ◦ green 130 ◦ blue 14

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

Shades of Tangerine #EC820E

Tints of Tangerine #EC820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

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

R = 62.11%
G = 34.21%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC820E (or 0xEC820E) is known color: Tangerine. HEX triplet: EC, 82 and 0E. RGB value is (236,130,14). Sum of RGB (Red+Green+Blue) = 236+130+14=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820E is #137DF1. Grayscale: #959595. Windows color (decimal): -1277426 or 951020. OLE color: 951020.

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

Color convert

RGB 236 130 14 -
CMYK 0 0.45 0.94 0.07
HSL 31.35º 0.89% 0.49% -
HSV(B) 31.35º 0.94% 0.93% -
XYZ 42.65 33.83 4.7 -
YUV 148.47 52.12 190.43 -
System Red Green Blue C M Y K H S L
Decimal 236 130 14 0 0.45 0.94 0.07 31.35 0.89 0.49
Hex EC 82 E 0 2D 5E 7 1F 59 31
Octal 354 202 16 0 55 136 7 37 131 61
Binary 11101100 10000010 1110 0 101101 1011110 111 11111 1011001 110001

Color Harmonies of #EC820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC820E

Black with #EC820E

Text Example


Text Example

White with #EC820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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