Html Css Color HEX #E05801 Persimmon

📋 copy color: '#E05801'

red 224 ◦ green 88 ◦ blue 1

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

Shades of Persimmon #E05801

Tints of Persimmon #E05801

RGB

 RED value IS 224 (87.89% from 255) = 71.57%

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

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

R = 71.57%
G = 28.12%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E05801 (or 0xE05801) is known color: Persimmon. HEX triplet: E0, 58 and 01. RGB value is (224,88,1). Sum of RGB (Red+Green+Blue) = 224+88+1=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05801 is #1FA7FE. Grayscale: #777777. Windows color (decimal): -2074623 or 88288. OLE color: 88288.

HSL color Cylindrical-coordinate representation of color #E05801: hue angle of 23.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05801 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 1 -
CMYK 0 0.61 1.00 0.12
HSL 23.41º 0.99% 0.44% -
HSV(B) 23.41º 1% 0.88% -
XYZ 34.24 22.83 2.63 -
YUV 118.75 61.56 203.07 -
System Red Green Blue C M Y K H S L
Decimal 224 88 1 0 0.61 1.00 0.12 23.41 0.99 0.44
Hex E0 58 1 0 3D 64 C 17 63 2C
Octal 340 130 1 0 75 144 14 27 143 54
Binary 11100000 1011000 1 0 111101 1100100 1100 10111 1100011 101100

Color Harmonies of #E05801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05801

Black with #E05801

Text Example


Text Example

White with #E05801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05801; }

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

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

background-color css

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

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

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

border-color css

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

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

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