Html Css Color HEX #E55201 Persimmon

📋 copy color: '#E55201'

red 229 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #E55201

Tints of Persimmon #E55201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 73.4%
G = 26.28%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E55201 (or 0xE55201) is known color: Persimmon. HEX triplet: E5, 52 and 01. RGB value is (229,82,1). Sum of RGB (Red+Green+Blue) = 229+82+1=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E55201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55201 is #1AADFE. Grayscale: #757575. Windows color (decimal): -1748479 or 86757. OLE color: 86757.

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

Color convert

RGB 229 82 1 -
CMYK 0 0.64 1.00 0.10
HSL 21.32º 0.99% 0.45% -
HSV(B) 21.32º 1% 0.9% -
XYZ 35.34 22.69 2.55 -
YUV 116.72 62.7 208.09 -
System Red Green Blue C M Y K H S L
Decimal 229 82 1 0 0.64 1.00 0.10 21.32 0.99 0.45
Hex E5 52 1 0 40 64 A 15 63 2D
Octal 345 122 1 0 100 144 12 25 143 55
Binary 11100101 1010010 1 0 1000000 1100100 1010 10101 1100011 101101

Color Harmonies of #E55201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55201

Black with #E55201

Text Example


Text Example

White with #E55201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55201; }

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

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

background-color css

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

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

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

border-color css

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

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

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