Html Css Color HEX #E2820D Tangerine

📋 copy color: '#E2820D'

red 226 ◦ green 130 ◦ blue 13

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

Shades of Tangerine #E2820D

Tints of Tangerine #E2820D

RGB

 RED value IS 226 (88.67% from 255) = 61.25%

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

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 61.25%
G = 35.23%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2820D (or 0xE2820D) is known color: Tangerine. HEX triplet: E2, 82 and 0D. RGB value is (226,130,13). Sum of RGB (Red+Green+Blue) = 226+130+13=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2820D is #1D7DF2. Grayscale: #919191. Windows color (decimal): -1932787 or 885474. OLE color: 885474.

HSL color Cylindrical-coordinate representation of color #E2820D: hue angle of 32.96º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2820D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 13 -
CMYK 0 0.42 0.94 0.11
HSL 32.96º 0.89% 0.47% -
HSV(B) 32.96º 0.94% 0.89% -
XYZ 39.42 32.16 4.51 -
YUV 145.37 53.3 185.51 -
System Red Green Blue C M Y K H S L
Decimal 226 130 13 0 0.42 0.94 0.11 32.96 0.89 0.47
Hex E2 82 D 0 2A 5E B 21 59 2F
Octal 342 202 15 0 52 136 13 41 131 57
Binary 11100010 10000010 1101 0 101010 1011110 1011 100001 1011001 101111

Color Harmonies of #E2820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2820D

Black with #E2820D

Text Example


Text Example

White with #E2820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2820D; }

 p { color: rgb(226,130,13); }

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

background-color css

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

 a { background-color: rgb(226,130,13); }

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

border-color css

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

 span { border-color: rgb(226,130,13); }

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