#E2520F

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

Shades of Persimmon #E2520F

Tints of Persimmon #E2520F

Color information

#E2520F (or 0xE2520F) is unknown color: approx Persimmon. HEX triplet: E2, 52 and 0F. RGB value is (226,82,15). Sum of RGB (Red+Green+Blue) = 226+82+15=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2520F is #1DADF0. Grayscale: #757575. Windows color (decimal): -1945073 or 1004258. OLE color: 1004258.

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

Color convert

RGB2268215-
CMYK00.640.930.11
HSL19.05º87.55%47.25%-
HSV(B)19.05º93.36%88.63%-
XYZ34.4722.242.93-
YUV117.4270.21205.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=69.97%
G=25.39%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226821500.640.930.1119.0587.5547.25
HexE252F0405DB13582f
Octal342122170100135132313057
Binary11100010101001011110100000010111011011100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2520F; }

 p { color: rgb(226,82,15); }

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

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

 a { background-color: rgb(226,82,15); }

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

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

 span { border-color: rgb(226,82,15); }

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