Html Css Color HEX #E05901 Persimmon

📋 copy color: '#E05901'

red 224 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #E05901

Tints of Persimmon #E05901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 71.34%
G = 28.34%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E05901 (or 0xE05901) is known color: Persimmon. HEX triplet: E0, 59 and 01. RGB value is (224,89,1). Sum of RGB (Red+Green+Blue) = 224+89+1=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E05901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05901 is #1FA6FE. Grayscale: #777777. Windows color (decimal): -2074367 or 88544. OLE color: 88544.

HSL color Cylindrical-coordinate representation of color #E05901: hue angle of 23.68º 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 #E05901 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 1 -
CMYK 0 0.60 1.00 0.12
HSL 23.68º 0.99% 0.44% -
HSV(B) 23.68º 1% 0.88% -
XYZ 34.32 22.99 2.66 -
YUV 119.33 61.23 202.66 -
System Red Green Blue C M Y K H S L
Decimal 224 89 1 0 0.60 1.00 0.12 23.68 0.99 0.44
Hex E0 59 1 0 3C 64 C 18 63 2C
Octal 340 131 1 0 74 144 14 30 143 54
Binary 11100000 1011001 1 0 111100 1100100 1100 11000 1100011 101100

Color Harmonies of #E05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05901

Black with #E05901

Text Example


Text Example

White with #E05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05901; }

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

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

background-color css

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

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

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

border-color css

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

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

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