#EB5D0F

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

Shades of Persimmon #EB5D0F

Tints of Persimmon #EB5D0F

Color information

#EB5D0F (or 0xEB5D0F) is unknown color: approx Persimmon. HEX triplet: EB, 5D and 0F. RGB value is (235,93,15). Sum of RGB (Red+Green+Blue) = 235+93+15=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D0F is #14A2F0. Grayscale: #7F7F7F. Windows color (decimal): -1352433 or 1007083. OLE color: 1007083.

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

Color convert

RGB2359315-
CMYK00.600.940.08
HSL21.27º88%49.02%-
HSV(B)21.27º93.62%92.16%-
XYZ38.2625.533.36-
YUV126.5765.04205.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.51%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=68.51%
G=27.11%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235931500.600.940.0821.278849.02
HexEB5DF03C5E8155831
Octal35313517074136102513061
Binary1110101110111011111011110010111101000101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D0F; }

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

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

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

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

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

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

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

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