Html Css Color HEX #E05205 Persimmon

📋 copy color: '#E05205'

red 224 ◦ green 82 ◦ blue 5

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

Shades of Persimmon #E05205

Tints of Persimmon #E05205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 72.03%
G = 26.37%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05205 (or 0xE05205) is known color: Persimmon. HEX triplet: E0, 52 and 05. RGB value is (224,82,5). Sum of RGB (Red+Green+Blue) = 224+82+5=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E05205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05205 is #1FADFA. Grayscale: #747474. Windows color (decimal): -2076155 or 348896. OLE color: 348896.

HSL color Cylindrical-coordinate representation of color #E05205: hue angle of 21.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E05205 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 5 -
CMYK 0 0.63 0.98 0.12
HSL 21.1º 0.96% 0.45% -
HSV(B) 21.1º 0.98% 0.88% -
XYZ 33.79 21.89 2.59 -
YUV 115.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 224 82 5 0 0.63 0.98 0.12 21.1 0.96 0.45
Hex E0 52 5 0 3F 62 C 15 60 2D
Octal 340 122 5 0 77 142 14 25 140 55
Binary 11100000 1010010 101 0 111111 1100010 1100 10101 1100000 101101

Color Harmonies of #E05205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05205

Black with #E05205

Text Example


Text Example

White with #E05205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05205; }

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

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

background-color css

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

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

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

border-color css

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

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

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