#E54B0F

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

Shades of Persimmon #E54B0F

Tints of Persimmon #E54B0F

Color information

#E54B0F (or 0xE54B0F) is unknown color: approx Persimmon. HEX triplet: E5, 4B and 0F. RGB value is (229,75,15). Sum of RGB (Red+Green+Blue) = 229+75+15=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B0F is #1AB4F0. Grayscale: #727272. Windows color (decimal): -1750257 or 1002469. OLE color: 1002469.

HSL color Cylindrical-coordinate representation of color #E54B0F: hue angle of 16.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E54B0F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2297515-
CMYK00.670.930.10
HSL16.82º87.7%47.84%-
HSV(B)16.82º93.45%89.8%-
XYZ34.9221.722.8-
YUV114.2172.02209.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.79%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=71.79%
G=23.51%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229751500.670.930.1016.8287.747.84
HexE54BF0435DA115830
Octal345113170103135122113060
Binary11100101100101111110100001110111011010100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B0F; }

 p { color: rgb(229,75,15); }

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

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

 a { background-color: rgb(229,75,15); }

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

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

 span { border-color: rgb(229,75,15); }

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