#E14902

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

Shades of Persimmon #E14902

Tints of Persimmon #E14902

Color information

#E14902 (or 0xE14902) is unknown color: approx Persimmon. HEX triplet: E1, 49 and 02. RGB value is (225,73,2). Sum of RGB (Red+Green+Blue) = 225+73+2=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E14902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14902 is #1EB6FD. Grayscale: #6E6E6E. Windows color (decimal): -2012926 or 149985. OLE color: 149985.

HSL color Cylindrical-coordinate representation of color #E14902: hue angle of 19.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E14902 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB225732-
CMYK00.680.990.12
HSL19.1º98.24%44.51%-
HSV(B)19.1º99.11%88.24%-
XYZ33.4420.782.31-
YUV110.3566.86209.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 75%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=75%
G=24.33%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22573200.680.990.1219.198.2444.51
HexE149204463C13622d
Octal34111120104143142314255
Binary111000011001001100100010011000111100100111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14902; }

 p { color: rgb(225,73,2); }

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

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

 a { background-color: rgb(225,73,2); }

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

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

 span { border-color: rgb(225,73,2); }

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