#E25217

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

Shades of Persimmon #E25217

Tints of Persimmon #E25217

Color information

#E25217 (or 0xE25217) is unknown color: approx Persimmon. HEX triplet: E2, 52 and 17. RGB value is (226,82,23). Sum of RGB (Red+Green+Blue) = 226+82+23=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E25217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25217 is #1DADE8. Grayscale: #767676. Windows color (decimal): -1945065 or 1528546. OLE color: 1528546.

HSL color Cylindrical-coordinate representation of color #E25217: hue angle of 17.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E25217 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB2268223-
CMYK00.640.900.11
HSL17.44º81.53%48.82%-
HSV(B)17.44º89.82%88.63%-
XYZ34.5422.273.29-
YUV118.3374.21204.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 68.28%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=68.28%
G=24.77%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226822300.640.900.1117.4481.5348.82
HexE252170405AB115231
Octal342122270100132132112261
Binary111000101010010101110100000010110101011100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25217; }

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

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

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

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

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

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

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

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