#E06104

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

Shades of Persimmon #E06104

Tints of Persimmon #E06104

Color information

#E06104 (or 0xE06104) is unknown color: approx Persimmon. HEX triplet: E0, 61 and 04. RGB value is (224,97,4). Sum of RGB (Red+Green+Blue) = 224+97+4=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E06104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06104 is #1F9EFB. Grayscale: #7C7C7C. Windows color (decimal): -2072316 or 287200. OLE color: 287200.

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

Color convert

RGB224974-
CMYK00.570.980.12
HSL25.36º96.49%44.71%-
HSV(B)25.36º98.21%87.84%-
XYZ35.0424.412.98-
YUV124.3760.08199.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.92%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=68.92%
G=29.85%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22497400.570.980.1225.3696.4944.71
HexE061403962C19602d
Octal3401414071142143114055
Binary111000001100001100011100111000101100110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06104; }

 p { color: rgb(224,97,4); }

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

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

 a { background-color: rgb(224,97,4); }

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

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

 span { border-color: rgb(224,97,4); }

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