#E04C15

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

Shades of Persimmon #E04C15

Tints of Persimmon #E04C15

Color information

#E04C15 (or 0xE04C15) is unknown color: approx Persimmon. HEX triplet: E0, 4C and 15. RGB value is (224,76,21). Sum of RGB (Red+Green+Blue) = 224+76+21=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C15 is #1FB3EA. Grayscale: #727272. Windows color (decimal): -2077675 or 1395936. OLE color: 1395936.

HSL color Cylindrical-coordinate representation of color #E04C15: hue angle of 16.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04C15 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB2247621-
CMYK00.660.910.12
HSL16.26º82.86%48.04%-
HSV(B)16.26º90.62%87.84%-
XYZ33.4621.073.01-
YUV113.9875.53206.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.78%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=69.78%
G=23.68%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224762100.660.910.1216.2682.8648.04
HexE04C150425BC105330
Octal340114250102133142012360
Binary111000001001100101010100001010110111100100001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C15; }

 p { color: rgb(224,76,21); }

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

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

 a { background-color: rgb(224,76,21); }

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

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

 span { border-color: rgb(224,76,21); }

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