#E44104

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

Shades of Persimmon #E44104

Tints of Persimmon #E44104

Color information

#E44104 (or 0xE44104) is unknown color: approx Persimmon. HEX triplet: E4, 41 and 04. RGB value is (228,65,4). Sum of RGB (Red+Green+Blue) = 228+65+4=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E44104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44104 is #1BBEFB. Grayscale: #6B6B6B. Windows color (decimal): -1818364 or 279012. OLE color: 279012.

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

Color convert

RGB228654-
CMYK00.710.980.11
HSL16.34º96.55%45.49%-
HSV(B)16.34º98.25%89.41%-
XYZ33.9120.282.24-
YUV106.7870214.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 76.77%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=76.77%
G=21.89%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22865400.710.980.1116.3496.5545.49
HexE441404762B10612d
Octal34410140107142132014155
Binary1110010010000011000100011111000101011100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44104; }

 p { color: rgb(228,65,4); }

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

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

 a { background-color: rgb(228,65,4); }

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

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

 span { border-color: rgb(228,65,4); }

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