#E2570A

Color #E2570A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #E2570A

Tints of Persimmon #E2570A

Color information

#E2570A (or 0xE2570A) is unknown color: approx Persimmon. HEX triplet: E2, 57 and 0A. RGB value is (226,87,10). Sum of RGB (Red+Green+Blue) = 226+87+10=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2570A is #1DA8F5. Grayscale: #787878. Windows color (decimal): -1943798 or 677858. OLE color: 677858.

HSL color Cylindrical-coordinate representation of color #E2570A: hue angle of 21.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2570A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB2268710-
CMYK00.620.960.11
HSL21.39º91.53%46.27%-
HSV(B)21.39º95.58%88.63%-
XYZ34.8323.012.89-
YUV119.7866.05203.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=69.97%
G=26.93%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226871000.620.960.1121.3991.5346.27
HexE257A03E60B155c2e
Octal34212712076140132513456
Binary1110001010101111010011111011000001011101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2570A; }

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

 H1.HeaderClassName
 {
   color: #E2570A;
 }
 .AnyTagClassName
 {
   color: #E2570A;
 }
</style>
background-color css

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

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

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

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

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

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