Html Css Color HEX #E0520A Persimmon

📋 copy color: '#E0520A'

red 224 ◦ green 82 ◦ blue 10

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

Shades of Persimmon #E0520A

Tints of Persimmon #E0520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 70.89%
G = 25.95%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0520A (or 0xE0520A) is known color: Persimmon. HEX triplet: E0, 52 and 0A. RGB value is (224,82,10). Sum of RGB (Red+Green+Blue) = 224+82+10=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0520A is #1FADF5. Grayscale: #747474. Windows color (decimal): -2076150 or 676576. OLE color: 676576.

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

Color convert

RGB 224 82 10 -
CMYK 0 0.63 0.96 0.12
HSL 20.19º 0.91% 0.46% -
HSV(B) 20.19º 0.96% 0.88% -
XYZ 33.81 21.9 2.73 -
YUV 116.25 68.04 204.85 -
System Red Green Blue C M Y K H S L
Decimal 224 82 10 0 0.63 0.96 0.12 20.19 0.91 0.46
Hex E0 52 A 0 3F 60 C 14 5B 2E
Octal 340 122 12 0 77 140 14 24 133 56
Binary 11100000 1010010 1010 0 111111 1100000 1100 10100 1011011 101110

Color Harmonies of #E0520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0520A

Black with #E0520A

Text Example


Text Example

White with #E0520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0520A; }

 p { color: rgb(224,82,10); }

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

background-color css

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

 a { background-color: rgb(224,82,10); }

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

border-color css

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

 span { border-color: rgb(224,82,10); }

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