Html Css Color HEX #E85801 Persimmon

📋 copy color: '#E85801'

red 232 ◦ green 88 ◦ blue 1

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

Shades of Persimmon #E85801

Tints of Persimmon #E85801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 72.27%
G = 27.41%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E85801 (or 0xE85801) is known color: Persimmon. HEX triplet: E8, 58 and 01. RGB value is (232,88,1). Sum of RGB (Red+Green+Blue) = 232+88+1=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E85801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85801 is #17A7FE. Grayscale: #797979. Windows color (decimal): -1550335 or 88296. OLE color: 88296.

HSL color Cylindrical-coordinate representation of color #E85801: hue angle of 22.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E85801 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 88 1 -
CMYK 0 0.62 1.00 0.09
HSL 22.6º 0.99% 0.46% -
HSV(B) 22.6º 1% 0.91% -
XYZ 36.77 24.14 2.75 -
YUV 121.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 232 88 1 0 0.62 1.00 0.09 22.6 0.99 0.46
Hex E8 58 1 0 3E 64 9 17 63 2E
Octal 350 130 1 0 76 144 11 27 143 56
Binary 11101000 1011000 1 0 111110 1100100 1001 10111 1100011 101110

Color Harmonies of #E85801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85801

Black with #E85801

Text Example


Text Example

White with #E85801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85801; }

 p { color: rgb(232,88,1); }

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

background-color css

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

 a { background-color: rgb(232,88,1); }

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

border-color css

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

 span { border-color: rgb(232,88,1); }

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