#E75406

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

Shades of Persimmon #E75406

Tints of Persimmon #E75406

Color information

#E75406 (or 0xE75406) is unknown color: approx Persimmon. HEX triplet: E7, 54 and 06. RGB value is (231,84,6). Sum of RGB (Red+Green+Blue) = 231+84+6=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E75406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75406 is #18ABF9. Grayscale: #777777. Windows color (decimal): -1616890 or 414951. OLE color: 414951.

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

Color convert

RGB231846-
CMYK00.640.970.09
HSL20.8º94.94%46.47%-
HSV(B)20.8º97.4%90.59%-
XYZ36.1623.342.77-
YUV119.0664.2207.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.96%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=71.96%
G=26.17%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23184600.640.970.0920.894.9446.47
HexE7546040619155f2e
Octal34712460100141112513756
Binary1110011110101001100100000011000011001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75406; }

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

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

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

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

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

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

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

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