#e2490f

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

Shades of Persimmon #E2490F

Tints of Persimmon #E2490F

Color information

#E2490F (or 0xE2490F) is unknown color: approx Persimmon. HEX triplet: E2, 49 and 0F. RGB value is (226,73,15). Sum of RGB (Red+Green+Blue) = 226+73+15=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E2490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2490F is #1DB6F0. Grayscale: #707070. Windows color (decimal): -1947377 or 1001954. OLE color: 1001954.

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

Color convert

RGB2267315-
CMYK00.680.930.11
HSL16.49º87.55%47.25%-
HSV(B)16.49º93.36%88.63%-
XYZ33.8320.972.72-
YUV112.1473.19209.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=71.97%
G=23.25%
B=4.78%

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
Decimal226731500.680.930.1116.4987.5547.25
HexE249F0445DB10582f
Octal342111170104135132013057
Binary11100010100100111110100010010111011011100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2490f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2490f; }

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

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

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

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

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

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

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

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