#E04708

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

Shades of Persimmon #E04708

Tints of Persimmon #E04708

Color information

#E04708 (or 0xE04708) is unknown color: approx Persimmon. HEX triplet: E0, 47 and 08. RGB value is (224,71,8). Sum of RGB (Red+Green+Blue) = 224+71+8=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E04708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04708 is #1FB8F7. Grayscale: #6D6D6D. Windows color (decimal): -2078968 or 542688. OLE color: 542688.

HSL color Cylindrical-coordinate representation of color #E04708: hue angle of 17.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E04708 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB224718-
CMYK00.680.960.12
HSL17.5º93.1%45.49%-
HSV(B)17.5º96.43%87.84%-
XYZ33.0420.372.42-
YUV109.5670.69209.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.93%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 8 (3.52% from 255) = 2.64%
R=73.93%
G=23.43%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22471800.680.960.1217.593.145.49
HexE047804460C125d2d
Octal340107100104140142213555
Binary11100000100011110000100010011000001100100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04708; }

 p { color: rgb(224,71,8); }

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

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

 a { background-color: rgb(224,71,8); }

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

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

 span { border-color: rgb(224,71,8); }

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