#E95001

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

Shades of Persimmon #E95001

Tints of Persimmon #E95001

Color information

#E95001 (or 0xE95001) is unknown color: approx Persimmon. HEX triplet: E9, 50 and 01. RGB value is (233,80,1). Sum of RGB (Red+Green+Blue) = 233+80+1=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E95001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95001 is #16AFFE. Grayscale: #757575. Windows color (decimal): -1486847 or 86249. OLE color: 86249.

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

Color convert

RGB233801-
CMYK00.661.000.09
HSL20.43º99.15%45.88%-
HSV(B)20.43º99.57%91.37%-
XYZ36.4823.062.56-
YUV116.7462.69210.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 74.20%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=74.20%
G=25.48%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23380100.661.000.0920.4399.1545.88
HexE950104264914632e
Octal35112010102144112414356
Binary11101001101000010100001011001001001101001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95001; }

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

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

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

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

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

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

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

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