#E44E0F

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

Shades of Persimmon #E44E0F

Tints of Persimmon #E44E0F

Color information

#E44E0F (or 0xE44E0F) is unknown color: approx Persimmon. HEX triplet: E4, 4E and 0F. RGB value is (228,78,15). Sum of RGB (Red+Green+Blue) = 228+78+15=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44E0F is #1BB1F0. Grayscale: #747474. Windows color (decimal): -1815025 or 1003236. OLE color: 1003236.

HSL color Cylindrical-coordinate representation of color #E44E0F: hue angle of 17.75º 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 #E44E0F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2287815-
CMYK00.660.930.11
HSL17.75º87.65%47.65%-
HSV(B)17.75º93.42%89.41%-
XYZ34.8121.982.86-
YUV115.6771.19208.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 15 (6.25% from 255) = 4.67%
R=71.03%
G=24.30%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228781500.660.930.1117.7587.6547.65
HexE44EF0425DB125830
Octal344116170102135132213060
Binary11100100100111011110100001010111011011100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44E0F; }

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

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

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

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

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

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

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

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