Html Css Color HEX #E85B19 Persimmon

📋 copy color: '#E85B19'

red 232 ◦ green 91 ◦ blue 25

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

Shades of Persimmon #E85B19

Tints of Persimmon #E85B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 66.67%
G = 26.15%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E85B19 (or 0xE85B19) is known color: Persimmon. HEX triplet: E8, 5B and 19. RGB value is (232,91,25). Sum of RGB (Red+Green+Blue) = 232+91+25=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B19 is #17A4E6. Grayscale: #7E7E7E. Windows color (decimal): -1549543 or 1661928. OLE color: 1661928.

HSL color Cylindrical-coordinate representation of color #E85B19: hue angle of 19.13º 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 #E85B19 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 25 -
CMYK 0 0.61 0.89 0.09
HSL 19.13º 0.82% 0.5% -
HSV(B) 19.13º 0.89% 0.91% -
XYZ 37.2 24.71 3.73 -
YUV 125.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 232 91 25 0 0.61 0.89 0.09 19.13 0.82 0.5
Hex E8 5B 19 0 3D 59 9 13 52 32
Octal 350 133 31 0 75 131 11 23 122 62
Binary 11101000 1011011 11001 0 111101 1011001 1001 10011 1010010 110010

Color Harmonies of #E85B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B19

Black with #E85B19

Text Example


Text Example

White with #E85B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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