#E54E17

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

Shades of Persimmon #E54E17

Tints of Persimmon #E54E17

Color information

#E54E17 (or 0xE54E17) is unknown color: approx Persimmon. HEX triplet: E5, 4E and 17. RGB value is (229,78,23). Sum of RGB (Red+Green+Blue) = 229+78+23=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54E17 is #1AB1E8. Grayscale: #757575. Windows color (decimal): -1749481 or 1527525. OLE color: 1527525.

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

Color convert

RGB2297823-
CMYK00.660.900.10
HSL16.02º81.75%49.41%-
HSV(B)16.02º89.96%89.8%-
XYZ35.1922.173.23-
YUV116.8875.03207.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.39%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 23 (9.38% from 255) = 6.97%
R=69.39%
G=23.64%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229782300.660.900.1016.0281.7549.41
HexE54E170425AA105231
Octal345116270102132122012261
Binary111001011001110101110100001010110101010100001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54E17; }

 p { color: rgb(229,78,23); }

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

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

 a { background-color: rgb(229,78,23); }

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

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

 span { border-color: rgb(229,78,23); }

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