#e65411

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

Shades of Persimmon #E65411

Tints of Persimmon #E65411

Color information

#E65411 (or 0xE65411) is unknown color: approx Persimmon. HEX triplet: E6, 54 and 11. RGB value is (230,84,17). Sum of RGB (Red+Green+Blue) = 230+84+17=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E65411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65411 is #19ABEE. Grayscale: #787878. Windows color (decimal): -1682415 or 1135846. OLE color: 1135846.

HSL color Cylindrical-coordinate representation of color #E65411: hue angle of 18.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65411 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2308417-
CMYK00.630.930.10
HSL18.87º86.23%48.43%-
HSV(B)18.87º92.61%90.2%-
XYZ35.923.23.12-
YUV120.0269.87206.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 69.49%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=69.49%
G=25.38%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230841700.630.930.1018.8786.2348.43
HexE6541103F5DA135630
Octal34612421077135122312660
Binary11100110101010010001011111110111011010100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e65411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e65411; }

 p { color: rgb(230,84,17); }

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

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

 a { background-color: rgb(230,84,17); }

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

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

 span { border-color: rgb(230,84,17); }

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