Html Css Color HEX #E0570A Persimmon

📋 copy color: '#E0570A'

red 224 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #E0570A

Tints of Persimmon #E0570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 69.78%
G = 27.1%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0570A (or 0xE0570A) is known color: Persimmon. HEX triplet: E0, 57 and 0A. RGB value is (224,87,10). Sum of RGB (Red+Green+Blue) = 224+87+10=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0570A is #1FA8F5. Grayscale: #777777. Windows color (decimal): -2074870 or 677856. OLE color: 677856.

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

Color convert

RGB 224 87 10 -
CMYK 0 0.61 0.96 0.12
HSL 21.59º 0.91% 0.46% -
HSV(B) 21.59º 0.96% 0.88% -
XYZ 34.2 22.69 2.86 -
YUV 119.19 66.39 202.76 -
System Red Green Blue C M Y K H S L
Decimal 224 87 10 0 0.61 0.96 0.12 21.59 0.91 0.46
Hex E0 57 A 0 3D 60 C 16 5B 2E
Octal 340 127 12 0 75 140 14 26 133 56
Binary 11100000 1010111 1010 0 111101 1100000 1100 10110 1011011 101110

Color Harmonies of #E0570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0570A

Black with #E0570A

Text Example


Text Example

White with #E0570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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