Html Css Color HEX #E55901 Persimmon

📋 copy color: '#E55901'

red 229 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #E55901

Tints of Persimmon #E55901

RGB

 RED value IS 229 (89.84% from 255) = 71.79%

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

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

R = 71.79%
G = 27.9%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E55901 (or 0xE55901) is known color: Persimmon. HEX triplet: E5, 59 and 01. RGB value is (229,89,1). Sum of RGB (Red+Green+Blue) = 229+89+1=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E55901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55901 is #1AA6FE. Grayscale: #797979. Windows color (decimal): -1746687 or 88549. OLE color: 88549.

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

Color convert

RGB 229 89 1 -
CMYK 0 0.61 1.00 0.10
HSL 23.16º 0.99% 0.45% -
HSV(B) 23.16º 1% 0.9% -
XYZ 35.89 23.8 2.73 -
YUV 120.83 60.38 205.16 -
System Red Green Blue C M Y K H S L
Decimal 229 89 1 0 0.61 1.00 0.10 23.16 0.99 0.45
Hex E5 59 1 0 3D 64 A 17 63 2D
Octal 345 131 1 0 75 144 12 27 143 55
Binary 11100101 1011001 1 0 111101 1100100 1010 10111 1100011 101101

Color Harmonies of #E55901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55901

Black with #E55901

Text Example


Text Example

White with #E55901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55901; }

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

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

background-color css

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

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

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

border-color css

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

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

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