Html Css Color HEX #E05005 Persimmon

📋 copy color: '#E05005'

red 224 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #E05005

Tints of Persimmon #E05005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 72.49%
G = 25.89%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05005 (or 0xE05005) is known color: Persimmon. HEX triplet: E0, 50 and 05. RGB value is (224,80,5). Sum of RGB (Red+Green+Blue) = 224+80+5=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E05005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05005 is #1FAFFA. Grayscale: #727272. Windows color (decimal): -2076667 or 348384. OLE color: 348384.

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

Color convert

RGB 224 80 5 -
CMYK 0 0.64 0.98 0.12
HSL 20.55º 0.96% 0.45% -
HSV(B) 20.55º 0.98% 0.88% -
XYZ 33.64 21.6 2.54 -
YUV 114.51 66.21 206.1 -
System Red Green Blue C M Y K H S L
Decimal 224 80 5 0 0.64 0.98 0.12 20.55 0.96 0.45
Hex E0 50 5 0 40 62 C 15 60 2D
Octal 340 120 5 0 100 142 14 25 140 55
Binary 11100000 1010000 101 0 1000000 1100010 1100 10101 1100000 101101

Color Harmonies of #E05005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05005

Black with #E05005

Text Example


Text Example

White with #E05005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05005; }

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

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

background-color css

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

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

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

border-color css

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

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

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