Html Css Color HEX #EC800A Tangerine

📋 copy color: '#EC800A'

red 236 ◦ green 128 ◦ blue 10

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

Shades of Tangerine #EC800A

Tints of Tangerine #EC800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 63.1%
G = 34.22%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC800A (or 0xEC800A) is known color: Tangerine. HEX triplet: EC, 80 and 0A. RGB value is (236,128,10). Sum of RGB (Red+Green+Blue) = 236+128+10=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC800A is #137FF5. Grayscale: #939393. Windows color (decimal): -1277942 or 688364. OLE color: 688364.

HSL color Cylindrical-coordinate representation of color #EC800A: hue angle of 31.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC800A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 10 -
CMYK 0 0.46 0.96 0.07
HSL 31.33º 0.92% 0.48% -
HSV(B) 31.33º 0.96% 0.93% -
XYZ 42.37 33.29 4.48 -
YUV 146.84 50.78 191.59 -
System Red Green Blue C M Y K H S L
Decimal 236 128 10 0 0.46 0.96 0.07 31.33 0.92 0.48
Hex EC 80 A 0 2E 60 7 1F 5C 30
Octal 354 200 12 0 56 140 7 37 134 60
Binary 11101100 10000000 1010 0 101110 1100000 111 11111 1011100 110000

Color Harmonies of #EC800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC800A

Black with #EC800A

Text Example


Text Example

White with #EC800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC800A; }

 p { color: rgb(236,128,10); }

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

background-color css

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

 a { background-color: rgb(236,128,10); }

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

border-color css

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

 span { border-color: rgb(236,128,10); }

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