#E75506

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

Shades of Persimmon #E75506

Tints of Persimmon #E75506

Color information

#E75506 (or 0xE75506) is unknown color: approx Persimmon. HEX triplet: E7, 55 and 06. RGB value is (231,85,6). Sum of RGB (Red+Green+Blue) = 231+85+6=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E75506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75506 is #18AAF9. Grayscale: #787878. Windows color (decimal): -1616634 or 415207. OLE color: 415207.

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

Color convert

RGB231856-
CMYK00.630.970.09
HSL21.07º94.94%46.47%-
HSV(B)21.07º97.4%90.59%-
XYZ36.2423.52.8-
YUV119.6563.87207.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.74%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=71.74%
G=26.40%
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
Decimal23185600.630.970.0921.0794.9446.47
HexE755603F619155f2e
Octal3471256077141112513756
Binary111001111010101110011111111000011001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75506; }

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

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

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

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

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

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

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

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