#E95010

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

Shades of Persimmon #E95010

Tints of Persimmon #E95010

Color information

#E95010 (or 0xE95010) is unknown color: approx Persimmon. HEX triplet: E9, 50 and 10. RGB value is (233,80,16). Sum of RGB (Red+Green+Blue) = 233+80+16=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E95010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95010 is #16AFEF. Grayscale: #767676. Windows color (decimal): -1486832 or 1069289. OLE color: 1069289.

HSL color Cylindrical-coordinate representation of color #E95010: hue angle of 17.7º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E95010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB2338016-
CMYK00.660.930.09
HSL17.7º87.15%48.82%-
HSV(B)17.7º93.13%91.37%-
XYZ36.5723.13.02-
YUV118.4570.19209.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.82%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 16 (6.64% from 255) = 4.86%
R=70.82%
G=24.32%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233801600.660.930.0917.787.1548.82
HexE950100425D9125731
Octal351120200102135112212761
Binary111010011010000100000100001010111011001100101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95010; }

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

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

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

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

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

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

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

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