Html Css Color HEX #E85615 Persimmon

📋 copy color: '#E85615'

red 232 ◦ green 86 ◦ blue 21

#E85615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E85615

Tints of Persimmon #E85615

RGB

 RED value IS 232 (91.02% from 255) = 68.44%

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 68.44%
G = 25.37%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85615 (or 0xE85615) is known color: Persimmon. HEX triplet: E8, 56 and 15. RGB value is (232,86,21). Sum of RGB (Red+Green+Blue) = 232+86+21=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85615 is #17A9EA. Grayscale: #7A7A7A. Windows color (decimal): -1550827 or 1398504. OLE color: 1398504.

HSL color Cylindrical-coordinate representation of color #E85615: hue angle of 18.48º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85615 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 86 21 -
CMYK 0 0.63 0.91 0.09
HSL 18.48º 0.83% 0.5% -
HSV(B) 18.48º 0.91% 0.91% -
XYZ 36.74 23.87 3.38 -
YUV 122.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 232 86 21 0 0.63 0.91 0.09 18.48 0.83 0.5
Hex E8 56 15 0 3F 5B 9 12 53 32
Octal 350 126 25 0 77 133 11 22 123 62
Binary 11101000 1010110 10101 0 111111 1011011 1001 10010 1010011 110010

Color Harmonies of #E85615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85615

Black with #E85615

Text Example


Text Example

White with #E85615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85615; }

 p { color: rgb(232,86,21); }

 H1.HeaderClassName
 {
   color: #E85615;
 }
 .AnyTagClassName
 {
   color: #E85615;
 }
</style>

background-color css

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

 a { background-color: rgb(232,86,21); }

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

border-color css

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

 span { border-color: rgb(232,86,21); }

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