#e85e0f

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

Shades of Persimmon #E85E0F

Tints of Persimmon #E85E0F

Color information

#E85E0F (or 0xE85E0F) is unknown color: approx Persimmon. HEX triplet: E8, 5E and 0F. RGB value is (232,94,15). Sum of RGB (Red+Green+Blue) = 232+94+15=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E0F is #17A1F0. Grayscale: #7E7E7E. Windows color (decimal): -1548785 or 1007336. OLE color: 1007336.

HSL color Cylindrical-coordinate representation of color #E85E0F: hue angle of 21.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E85E0F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2329415-
CMYK00.590.940.09
HSL21.84º87.85%48.43%-
HSV(B)21.84º93.53%90.98%-
XYZ37.3725.23.35-
YUV126.2665.22203.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.04%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=68.04%
G=27.57%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232941500.590.940.0921.8487.8548.43
HexE85EF03B5E9165830
Octal35013617073136112613060
Binary1110100010111101111011101110111101001101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85e0f; }

 p { color: rgb(232,94,15); }

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

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

 a { background-color: rgb(232,94,15); }

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

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

 span { border-color: rgb(232,94,15); }

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