#EB5810

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

Shades of Persimmon #EB5810

Tints of Persimmon #EB5810

Color information

#EB5810 (or 0xEB5810) is unknown color: approx Persimmon. HEX triplet: EB, 58 and 10. RGB value is (235,88,16). Sum of RGB (Red+Green+Blue) = 235+88+16=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5810 is #14A7EF. Grayscale: #7C7C7C. Windows color (decimal): -1353712 or 1071339. OLE color: 1071339.

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

Color convert

RGB2358816-
CMYK00.630.930.08
HSL19.73º87.25%49.22%-
HSV(B)19.73º93.19%92.16%-
XYZ37.8424.683.26-
YUV123.7467.2207.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.32%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=69.32%
G=25.96%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235881600.630.930.0819.7387.2549.22
HexEB581003F5D8145731
Octal35313020077135102412761
Binary11101011101100010000011111110111011000101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5810; }

 p { color: rgb(235,88,16); }

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

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

 a { background-color: rgb(235,88,16); }

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

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

 span { border-color: rgb(235,88,16); }

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