#E9511B

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

Shades of Persimmon #E9511B

Tints of Persimmon #E9511B

Color information

#E9511B (or 0xE9511B) is unknown color: approx Persimmon. HEX triplet: E9, 51 and 1B. RGB value is (233,81,27). Sum of RGB (Red+Green+Blue) = 233+81+27=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9511B is #16AEE4. Grayscale: #787878. Windows color (decimal): -1486565 or 1790441. OLE color: 1790441.

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

Color convert

RGB2338127-
CMYK00.650.880.09
HSL15.73º82.4%50.98%-
HSV(B)15.73º88.41%91.37%-
XYZ36.7423.293.6-
YUV120.2975.36208.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 68.33%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 27 (10.94% from 255) = 7.92%
R=68.33%
G=23.75%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233812700.650.880.0915.7382.450.98
HexE9511B041589105233
Octal351121330101130112012263
Binary111010011010001110110100000110110001001100001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9511B; }

 p { color: rgb(233,81,27); }

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

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

 a { background-color: rgb(233,81,27); }

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

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

 span { border-color: rgb(233,81,27); }

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