#E75606

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

Shades of Persimmon #E75606

Tints of Persimmon #E75606

Color information

#E75606 (or 0xE75606) is unknown color: approx Persimmon. HEX triplet: E7, 56 and 06. RGB value is (231,86,6). Sum of RGB (Red+Green+Blue) = 231+86+6=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E75606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75606 is #18A9F9. Grayscale: #787878. Windows color (decimal): -1616378 or 415463. OLE color: 415463.

HSL color Cylindrical-coordinate representation of color #E75606: hue angle of 21.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E75606 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB231866-
CMYK00.630.970.09
HSL21.33º94.94%46.47%-
HSV(B)21.33º97.4%90.59%-
XYZ36.3223.662.82-
YUV120.2463.54207-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=71.52%
G=26.63%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23186600.630.970.0921.3394.9446.47
HexE756603F619155f2e
Octal3471266077141112513756
Binary111001111010110110011111111000011001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75606; }

 p { color: rgb(231,86,6); }

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

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

 a { background-color: rgb(231,86,6); }

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

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

 span { border-color: rgb(231,86,6); }

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