#E24402

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

Shades of Persimmon #E24402

Tints of Persimmon #E24402

Color information

#E24402 (or 0xE24402) is unknown color: approx Persimmon. HEX triplet: E2, 44 and 02. RGB value is (226,68,2). Sum of RGB (Red+Green+Blue) = 226+68+2=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E24402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24402 is #1DBBFD. Grayscale: #6C6C6C. Windows color (decimal): -1948670 or 148706. OLE color: 148706.

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

Color convert

RGB226682-
CMYK00.700.990.11
HSL17.68º98.25%44.71%-
HSV(B)17.68º99.12%88.63%-
XYZ33.4420.312.21-
YUV107.7268.35212.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.35%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=76.35%
G=22.97%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22668200.700.990.1117.6898.2544.71
HexE244204663B12622d
Octal34210420106143132214255
Binary111000101000100100100011011000111011100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24402; }

 p { color: rgb(226,68,2); }

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

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

 a { background-color: rgb(226,68,2); }

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

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

 span { border-color: rgb(226,68,2); }

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