Html Css Color HEX #E05201 Persimmon

📋 copy color: '#E05201'

red 224 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #E05201

Tints of Persimmon #E05201

RGB

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

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

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

R = 72.96%
G = 26.71%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E05201 (or 0xE05201) is known color: Persimmon. HEX triplet: E0, 52 and 01. RGB value is (224,82,1). Sum of RGB (Red+Green+Blue) = 224+82+1=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E05201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05201 is #1FADFE. Grayscale: #737373. Windows color (decimal): -2076159 or 86752. OLE color: 86752.

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

Color convert

RGB 224 82 1 -
CMYK 0 0.63 1.00 0.12
HSL 21.79º 0.99% 0.44% -
HSV(B) 21.79º 1% 0.88% -
XYZ 33.76 21.88 2.47 -
YUV 115.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 224 82 1 0 0.63 1.00 0.12 21.79 0.99 0.44
Hex E0 52 1 0 3F 64 C 16 63 2C
Octal 340 122 1 0 77 144 14 26 143 54
Binary 11100000 1010010 1 0 111111 1100100 1100 10110 1100011 101100

Color Harmonies of #E05201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05201

Black with #E05201

Text Example


Text Example

White with #E05201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05201; }

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

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

background-color css

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

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

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

border-color css

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

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

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