Html Css Color HEX #E05119 Persimmon

📋 copy color: '#E05119'

red 224 ◦ green 81 ◦ blue 25

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

Shades of Persimmon #E05119

Tints of Persimmon #E05119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 67.88%
G = 24.55%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E05119 (or 0xE05119) is known color: Persimmon. HEX triplet: E0, 51 and 19. RGB value is (224,81,25). Sum of RGB (Red+Green+Blue) = 224+81+25=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E05119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05119 is #1FAEE6. Grayscale: #757575. Windows color (decimal): -2076391 or 1659360. OLE color: 1659360.

HSL color Cylindrical-coordinate representation of color #E05119: hue angle of 16.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E05119 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 25 -
CMYK 0 0.64 0.89 0.12
HSL 16.88º 0.8% 0.49% -
HSV(B) 16.88º 0.89% 0.88% -
XYZ 33.86 21.8 3.34 -
YUV 117.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 224 81 25 0 0.64 0.89 0.12 16.88 0.8 0.49
Hex E0 51 19 0 40 59 C 11 50 31
Octal 340 121 31 0 100 131 14 21 120 61
Binary 11100000 1010001 11001 0 1000000 1011001 1100 10001 1010000 110001

Color Harmonies of #E05119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05119

Black with #E05119

Text Example


Text Example

White with #E05119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05119; }

 p { color: rgb(224,81,25); }

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

background-color css

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

 a { background-color: rgb(224,81,25); }

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

border-color css

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

 span { border-color: rgb(224,81,25); }

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