#E8511A

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

Shades of Persimmon #E8511A

Tints of Persimmon #E8511A

Color information

#E8511A (or 0xE8511A) is unknown color: approx Persimmon. HEX triplet: E8, 51 and 1A. RGB value is (232,81,26). Sum of RGB (Red+Green+Blue) = 232+81+26=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E8511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8511A is #17AEE5. Grayscale: #787878. Windows color (decimal): -1552102 or 1724904. OLE color: 1724904.

HSL color Cylindrical-coordinate representation of color #E8511A: hue angle of 16.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8511A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB2328126-
CMYK00.650.890.09
HSL16.02º81.75%50.59%-
HSV(B)16.02º88.79%90.98%-
XYZ36.4123.123.52-
YUV119.8875.03207.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.44%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=68.44%
G=23.89%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232812600.650.890.0916.0281.7550.59
HexE8511A041599105233
Octal350121320101131112012263
Binary111010001010001110100100000110110011001100001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8511A; }

 p { color: rgb(232,81,26); }

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

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

 a { background-color: rgb(232,81,26); }

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

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

 span { border-color: rgb(232,81,26); }

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