#E2480F

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

Shades of Persimmon #E2480F

Tints of Persimmon #E2480F

Color information

#E2480F (or 0xE2480F) is unknown color: approx Persimmon. HEX triplet: E2, 48 and 0F. RGB value is (226,72,15). Sum of RGB (Red+Green+Blue) = 226+72+15=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E2480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2480F is #1DB7F0. Grayscale: #6F6F6F. Windows color (decimal): -1947633 or 1001698. OLE color: 1001698.

HSL color Cylindrical-coordinate representation of color #E2480F: hue angle of 16.21º 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 #E2480F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2267215-
CMYK00.680.930.11
HSL16.21º87.55%47.25%-
HSV(B)16.21º93.36%88.63%-
XYZ33.7720.842.69-
YUV111.5573.52209.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.20%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=72.20%
G=23.00%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226721500.680.930.1116.2187.5547.25
HexE248F0445DB10582f
Octal342110170104135132013057
Binary11100010100100011110100010010111011011100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2480F; }

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

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

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

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

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

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

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

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