#E95F01

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

Shades of Persimmon #E95F01

Tints of Persimmon #E95F01

Color information

#E95F01 (or 0xE95F01) is unknown color: approx Persimmon. HEX triplet: E9, 5F and 01. RGB value is (233,95,1). Sum of RGB (Red+Green+Blue) = 233+95+1=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F01 is #16A0FE. Grayscale: #7E7E7E. Windows color (decimal): -1483007 or 90089. OLE color: 90089.

HSL color Cylindrical-coordinate representation of color #E95F01: hue angle of 24.31º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E95F01 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB233951-
CMYK00.591.000.09
HSL24.31º99.15%45.88%-
HSV(B)24.31º99.57%91.37%-
XYZ37.725.512.97-
YUV125.5557.72204.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.82%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=70.82%
G=28.88%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23395100.591.000.0924.3199.1545.88
HexE95F103B64918632e
Octal3511371073144113014356
Binary1110100110111111011101111001001001110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F01; }

 p { color: rgb(233,95,1); }

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

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

 a { background-color: rgb(233,95,1); }

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

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

 span { border-color: rgb(233,95,1); }

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