#EB5D15

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

Shades of Persimmon #EB5D15

Tints of Persimmon #EB5D15

Color information

#EB5D15 (or 0xEB5D15) is unknown color: approx Persimmon. HEX triplet: EB, 5D and 15. RGB value is (235,93,21). Sum of RGB (Red+Green+Blue) = 235+93+21=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D15 is #14A2EA. Grayscale: #7F7F7F. Windows color (decimal): -1352427 or 1400299. OLE color: 1400299.

HSL color Cylindrical-coordinate representation of color #EB5D15: hue angle of 20.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB5D15 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB2359321-
CMYK00.600.910.08
HSL20.19º84.25%50.2%-
HSV(B)20.19º91.06%92.16%-
XYZ38.3125.553.62-
YUV127.2568.04204.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.34%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 21 (8.59% from 255) = 6.02%
R=67.34%
G=26.65%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235932100.600.910.0820.1984.2550.2
HexEB5D1503C5B8145432
Octal35313525074133102412462
Binary11101011101110110101011110010110111000101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D15; }

 p { color: rgb(235,93,21); }

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

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

 a { background-color: rgb(235,93,21); }

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

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

 span { border-color: rgb(235,93,21); }

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