#e45c0f

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

Shades of Persimmon #E45C0F

Tints of Persimmon #E45C0F

Color information

#E45C0F (or 0xE45C0F) is unknown color: approx Persimmon. HEX triplet: E4, 5C and 0F. RGB value is (228,92,15). Sum of RGB (Red+Green+Blue) = 228+92+15=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C0F is #1BA3F0. Grayscale: #7C7C7C. Windows color (decimal): -1811441 or 1006820. OLE color: 1006820.

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

Color convert

RGB2289215-
CMYK00.600.930.11
HSL21.69º87.65%47.65%-
HSV(B)21.69º93.42%89.41%-
XYZ35.9124.183.23-
YUV123.8966.56202.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 68.06%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 15 (6.25% from 255) = 4.48%
R=68.06%
G=27.46%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228921500.600.930.1121.6987.6547.65
HexE45CF03C5DB165830
Octal34413417074135132613060
Binary1110010010111001111011110010111011011101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45c0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45c0f; }

 p { color: rgb(228,92,15); }

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

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

 a { background-color: rgb(228,92,15); }

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

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

 span { border-color: rgb(228,92,15); }

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