#E44506

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

Shades of Persimmon #E44506

Tints of Persimmon #E44506

Color information

#E44506 (or 0xE44506) is unknown color: approx Persimmon. HEX triplet: E4, 45 and 06. RGB value is (228,69,6). Sum of RGB (Red+Green+Blue) = 228+69+6=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E44506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44506 is #1BBAF9. Grayscale: #6D6D6D. Windows color (decimal): -1817338 or 411108. OLE color: 411108.

HSL color Cylindrical-coordinate representation of color #E44506: hue angle of 17.03º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E44506 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB228696-
CMYK00.700.970.11
HSL17.03º94.87%45.88%-
HSV(B)17.03º97.37%89.41%-
XYZ34.1620.762.38-
YUV109.3669.68212.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 75.25%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=75.25%
G=22.77%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22869600.700.970.1117.0394.8745.88
HexE445604661B115f2e
Octal34410560106141132113756
Binary1110010010001011100100011011000011011100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44506; }

 p { color: rgb(228,69,6); }

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

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

 a { background-color: rgb(228,69,6); }

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

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

 span { border-color: rgb(228,69,6); }

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