Html Css Color HEX #E85219 Persimmon

📋 copy color: '#E85219'

red 232 ◦ green 82 ◦ blue 25

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

Shades of Persimmon #E85219

Tints of Persimmon #E85219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 68.44%
G = 24.19%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E85219 (or 0xE85219) is known color: Persimmon. HEX triplet: E8, 52 and 19. RGB value is (232,82,25). Sum of RGB (Red+Green+Blue) = 232+82+25=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85219 is #17ADE6. Grayscale: #787878. Windows color (decimal): -1551847 or 1659624. OLE color: 1659624.

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

Color convert

RGB 232 82 25 -
CMYK 0 0.65 0.89 0.09
HSL 16.52º 0.82% 0.5% -
HSV(B) 16.52º 0.89% 0.91% -
XYZ 36.47 23.26 3.49 -
YUV 120.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 232 82 25 0 0.65 0.89 0.09 16.52 0.82 0.5
Hex E8 52 19 0 41 59 9 11 52 32
Octal 350 122 31 0 101 131 11 21 122 62
Binary 11101000 1010010 11001 0 1000001 1011001 1001 10001 1010010 110010

Color Harmonies of #E85219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85219

Black with #E85219

Text Example


Text Example

White with #E85219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85219; }

 p { color: rgb(232,82,25); }

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

background-color css

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

 a { background-color: rgb(232,82,25); }

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

border-color css

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

 span { border-color: rgb(232,82,25); }

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