Html Css Color HEX #E05501 Persimmon

📋 copy color: '#E05501'

red 224 ◦ green 85 ◦ blue 1

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

Shades of Persimmon #E05501

Tints of Persimmon #E05501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 72.26%
G = 27.42%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E05501 (or 0xE05501) is known color: Persimmon. HEX triplet: E0, 55 and 01. RGB value is (224,85,1). Sum of RGB (Red+Green+Blue) = 224+85+1=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E05501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05501 is #1FAAFE. Grayscale: #757575. Windows color (decimal): -2075391 or 87520. OLE color: 87520.

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

Color convert

RGB 224 85 1 -
CMYK 0 0.62 1.00 0.12
HSL 22.6º 0.99% 0.44% -
HSV(B) 22.6º 1% 0.88% -
XYZ 33.99 22.35 2.55 -
YUV 116.99 62.55 204.33 -
System Red Green Blue C M Y K H S L
Decimal 224 85 1 0 0.62 1.00 0.12 22.6 0.99 0.44
Hex E0 55 1 0 3E 64 C 17 63 2C
Octal 340 125 1 0 76 144 14 27 143 54
Binary 11100000 1010101 1 0 111110 1100100 1100 10111 1100011 101100

Color Harmonies of #E05501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05501

Black with #E05501

Text Example


Text Example

White with #E05501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05501; }

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

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

background-color css

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

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

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

border-color css

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

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

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