Html Css Color HEX #EC820A Tangerine

📋 copy color: '#EC820A'

red 236 ◦ green 130 ◦ blue 10

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

Shades of Tangerine #EC820A

Tints of Tangerine #EC820A

RGB

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

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

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

R = 62.77%
G = 34.57%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC820A (or 0xEC820A) is known color: Tangerine. HEX triplet: EC, 82 and 0A. RGB value is (236,130,10). Sum of RGB (Red+Green+Blue) = 236+130+10=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820A is #137DF5. Grayscale: #949494. Windows color (decimal): -1277430 or 688876. OLE color: 688876.

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

Color convert

RGB 236 130 10 -
CMYK 0 0.45 0.96 0.07
HSL 31.86º 0.92% 0.48% -
HSV(B) 31.86º 0.96% 0.93% -
XYZ 42.63 33.82 4.57 -
YUV 148.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 236 130 10 0 0.45 0.96 0.07 31.86 0.92 0.48
Hex EC 82 A 0 2D 60 7 20 5C 30
Octal 354 202 12 0 55 140 7 40 134 60
Binary 11101100 10000010 1010 0 101101 1100000 111 100000 1011100 110000

Color Harmonies of #EC820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC820A

Black with #EC820A

Text Example


Text Example

White with #EC820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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