#E55E02

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

Shades of Persimmon #E55E02

Tints of Persimmon #E55E02

Color information

#E55E02 (or 0xE55E02) is unknown color: approx Persimmon. HEX triplet: E5, 5E and 02. RGB value is (229,94,2). Sum of RGB (Red+Green+Blue) = 229+94+2=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E02 is #1AA1FD. Grayscale: #7C7C7C. Windows color (decimal): -1745406 or 155365. OLE color: 155365.

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

Color convert

RGB229942-
CMYK00.590.990.10
HSL24.32º98.27%45.29%-
HSV(B)24.32º99.13%89.8%-
XYZ36.3324.672.9-
YUV123.8859.23202.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.46%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=70.46%
G=28.92%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22994200.590.990.1024.3298.2745.29
HexE55E203B63A18622d
Octal3451362073143123014255
Binary11100101101111010011101111000111010110001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E02; }

 p { color: rgb(229,94,2); }

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

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

 a { background-color: rgb(229,94,2); }

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

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

 span { border-color: rgb(229,94,2); }

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