#E65602

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

Shades of Persimmon #E65602

Tints of Persimmon #E65602

Color information

#E65602 (or 0xE65602) is unknown color: approx Persimmon. HEX triplet: E6, 56 and 02. RGB value is (230,86,2). Sum of RGB (Red+Green+Blue) = 230+86+2=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E65602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65602 is #19A9FD. Grayscale: #777777. Windows color (decimal): -1681918 or 153318. OLE color: 153318.

HSL color Cylindrical-coordinate representation of color #E65602: hue angle of 22.11º 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 #E65602 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB230862-
CMYK00.630.990.10
HSL22.11º98.28%45.49%-
HSV(B)22.11º99.13%90.2%-
XYZ35.9723.482.69-
YUV119.4861.71206.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 72.33%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=72.33%
G=27.04%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23086200.630.990.1022.1198.2845.49
HexE656203F63A16622d
Octal3461262077143122614255
Binary11100110101011010011111111000111010101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65602; }

 p { color: rgb(230,86,2); }

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

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

 a { background-color: rgb(230,86,2); }

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

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

 span { border-color: rgb(230,86,2); }

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