#EB5808

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

Shades of Persimmon #EB5808

Tints of Persimmon #EB5808

Color information

#EB5808 (or 0xEB5808) is unknown color: approx Persimmon. HEX triplet: EB, 58 and 08. RGB value is (235,88,8). Sum of RGB (Red+Green+Blue) = 235+88+8=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5808 is #14A7F7. Grayscale: #7B7B7B. Windows color (decimal): -1353720 or 547051. OLE color: 547051.

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

Color convert

RGB235888-
CMYK00.630.970.08
HSL21.15º93.42%47.65%-
HSV(B)21.15º96.6%92.16%-
XYZ37.7924.663-
YUV122.8363.2208-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.00%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=71.00%
G=26.59%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23588800.630.970.0821.1593.4247.65
HexEB58803F618155d30
Octal35313010077141102513560
Binary1110101110110001000011111111000011000101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5808; }

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

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

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

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

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

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

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

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