#E05702

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

Shades of Persimmon #E05702

Tints of Persimmon #E05702

Color information

#E05702 (or 0xE05702) is unknown color: approx Persimmon. HEX triplet: E0, 57 and 02. RGB value is (224,87,2). Sum of RGB (Red+Green+Blue) = 224+87+2=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05702 is #1FA8FD. Grayscale: #767676. Windows color (decimal): -2074878 or 153568. OLE color: 153568.

HSL color Cylindrical-coordinate representation of color #E05702: hue angle of 22.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E05702 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB224872-
CMYK00.610.990.12
HSL22.97º98.23%44.31%-
HSV(B)22.97º99.11%87.84%-
XYZ34.1622.672.63-
YUV118.2762.39203.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.57%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=71.57%
G=27.80%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22487200.610.990.1222.9798.2344.31
HexE057203D63C17622c
Octal3401272075143142714254
Binary11100000101011110011110111000111100101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05702; }

 p { color: rgb(224,87,2); }

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

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

 a { background-color: rgb(224,87,2); }

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

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

 span { border-color: rgb(224,87,2); }

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