Html Css Color HEX #E05019 Persimmon

📋 copy color: '#E05019'

red 224 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #E05019

Tints of Persimmon #E05019

RGB

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

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

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

R = 68.09%
G = 24.32%
B = 7.6%

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

#E05019 (or 0xE05019) is known color: Persimmon. HEX triplet: E0, 50 and 19. RGB value is (224,80,25). Sum of RGB (Red+Green+Blue) = 224+80+25=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05019 is #1FAFE6. Grayscale: #757575. Windows color (decimal): -2076647 or 1659104. OLE color: 1659104.

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

Color convert

RGB 224 80 25 -
CMYK 0 0.64 0.89 0.12
HSL 16.58º 0.8% 0.49% -
HSV(B) 16.58º 0.89% 0.88% -
XYZ 33.78 21.65 3.32 -
YUV 116.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 224 80 25 0 0.64 0.89 0.12 16.58 0.8 0.49
Hex E0 50 19 0 40 59 C 11 50 31
Octal 340 120 31 0 100 131 14 21 120 61
Binary 11100000 1010000 11001 0 1000000 1011001 1100 10001 1010000 110001

Color Harmonies of #E05019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05019

Black with #E05019

Text Example


Text Example

White with #E05019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05019; }

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

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

background-color css

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

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

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

border-color css

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

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

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