Html Css Color HEX #E86013 Persimmon

📋 copy color: '#E86013'

red 232 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #E86013

Tints of Persimmon #E86013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 66.86%
G = 27.67%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E86013 (or 0xE86013) is known color: Persimmon. HEX triplet: E8, 60 and 13. RGB value is (232,96,19). Sum of RGB (Red+Green+Blue) = 232+96+19=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E86013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86013 is #179FEC. Grayscale: #808080. Windows color (decimal): -1548269 or 1269992. OLE color: 1269992.

HSL color Cylindrical-coordinate representation of color #E86013: hue angle of 21.69º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E86013 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 96 19 -
CMYK 0 0.59 0.92 0.09
HSL 21.69º 0.85% 0.49% -
HSV(B) 21.69º 0.92% 0.91% -
XYZ 37.58 25.57 3.57 -
YUV 127.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 232 96 19 0 0.59 0.92 0.09 21.69 0.85 0.49
Hex E8 60 13 0 3B 5C 9 16 55 31
Octal 350 140 23 0 73 134 11 26 125 61
Binary 11101000 1100000 10011 0 111011 1011100 1001 10110 1010101 110001

Color Harmonies of #E86013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86013

Black with #E86013

Text Example


Text Example

White with #E86013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86013; }

 p { color: rgb(232,96,19); }

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

background-color css

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

 a { background-color: rgb(232,96,19); }

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

border-color css

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

 span { border-color: rgb(232,96,19); }

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