#EB4604

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

Shades of Persimmon #EB4604

Tints of Persimmon #EB4604

Color information

#EB4604 (or 0xEB4604) is unknown color: approx Persimmon. HEX triplet: EB, 46 and 04. RGB value is (235,70,4). Sum of RGB (Red+Green+Blue) = 235+70+4=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4604 is #14B9FB. Grayscale: #707070. Windows color (decimal): -1358332 or 280299. OLE color: 280299.

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

Color convert

RGB235704-
CMYK00.700.980.08
HSL17.14º96.65%46.86%-
HSV(B)17.14º98.3%92.16%-
XYZ36.4722.052.45-
YUV111.8167.16215.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.05%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=76.05%
G=22.65%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23570400.700.980.0817.1496.6546.86
HexEB46404662811612f
Octal35310640106142102114157
Binary1110101110001101000100011011000101000100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4604; }

 p { color: rgb(235,70,4); }

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

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

 a { background-color: rgb(235,70,4); }

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

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

 span { border-color: rgb(235,70,4); }

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