Html Css Color HEX #E0820B Tangerine

📋 copy color: '#E0820B'

red 224 ◦ green 130 ◦ blue 11

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

Shades of Tangerine #E0820B

Tints of Tangerine #E0820B

RGB

 RED value IS 224 (87.89% from 255) = 61.37%

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 61.37%
G = 35.62%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0820B (or 0xE0820B) is known color: Tangerine. HEX triplet: E0, 82 and 0B. RGB value is (224,130,11). Sum of RGB (Red+Green+Blue) = 224+130+11=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0820B is #1F7DF4. Grayscale: #919191. Windows color (decimal): -2063861 or 754400. OLE color: 754400.

HSL color Cylindrical-coordinate representation of color #E0820B: hue angle of 33.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0820B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 11 -
CMYK 0 0.42 0.95 0.12
HSL 33.52º 0.91% 0.46% -
HSV(B) 33.52º 0.95% 0.88% -
XYZ 38.78 31.84 4.42 -
YUV 144.54 52.64 184.68 -
System Red Green Blue C M Y K H S L
Decimal 224 130 11 0 0.42 0.95 0.12 33.52 0.91 0.46
Hex E0 82 B 0 2A 5F C 22 5B 2E
Octal 340 202 13 0 52 137 14 42 133 56
Binary 11100000 10000010 1011 0 101010 1011111 1100 100010 1011011 101110

Color Harmonies of #E0820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0820B

Black with #E0820B

Text Example


Text Example

White with #E0820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0820B; }

 p { color: rgb(224,130,11); }

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

background-color css

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

 a { background-color: rgb(224,130,11); }

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

border-color css

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

 span { border-color: rgb(224,130,11); }

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