#E45208

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

Shades of Persimmon #E45208

Tints of Persimmon #E45208

Color information

#E45208 (or 0xE45208) is unknown color: approx Persimmon. HEX triplet: E4, 52 and 08. RGB value is (228,82,8). Sum of RGB (Red+Green+Blue) = 228+82+8=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E45208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45208 is #1BADF7. Grayscale: #757575. Windows color (decimal): -1814008 or 545508. OLE color: 545508.

HSL color Cylindrical-coordinate representation of color #E45208: hue angle of 20.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E45208 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB228828-
CMYK00.640.960.11
HSL20.18º93.22%46.27%-
HSV(B)20.18º96.49%89.41%-
XYZ35.0622.552.73-
YUV117.2266.37207.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.70%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 8 (3.52% from 255) = 2.52%
R=71.70%
G=25.79%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22882800.640.960.1120.1893.2246.27
HexE452804060B145d2e
Octal344122100100140132413556
Binary11100100101001010000100000011000001011101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45208; }

 p { color: rgb(228,82,8); }

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

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

 a { background-color: rgb(228,82,8); }

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

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

 span { border-color: rgb(228,82,8); }

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