#E75806

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

Shades of Persimmon #E75806

Tints of Persimmon #E75806

Color information

#E75806 (or 0xE75806) is unknown color: approx Persimmon. HEX triplet: E7, 58 and 06. RGB value is (231,88,6). Sum of RGB (Red+Green+Blue) = 231+88+6=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E75806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75806 is #18A7F9. Grayscale: #797979. Windows color (decimal): -1615866 or 415975. OLE color: 415975.

HSL color Cylindrical-coordinate representation of color #E75806: hue angle of 21.87º 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 #E75806 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB231886-
CMYK00.620.970.09
HSL21.87º94.94%46.47%-
HSV(B)21.87º97.4%90.59%-
XYZ36.4823.982.88-
YUV121.4162.88206.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.08%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=71.08%
G=27.08%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23188600.620.970.0921.8794.9446.47
HexE758603E619165f2e
Octal3471306076141112613756
Binary111001111011000110011111011000011001101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75806; }

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

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

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

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

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

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

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

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