Html Css Color HEX #E04E15 Persimmon

📋 copy color: '#E04E15'

red 224 ◦ green 78 ◦ blue 21

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

Shades of Persimmon #E04E15

Tints of Persimmon #E04E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 69.35%
G = 24.15%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04E15 (or 0xE04E15) is known color: Persimmon. HEX triplet: E0, 4E and 15. RGB value is (224,78,21). Sum of RGB (Red+Green+Blue) = 224+78+21=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E15 is #1FB1EA. Grayscale: #737373. Windows color (decimal): -2077163 or 1396448. OLE color: 1396448.

HSL color Cylindrical-coordinate representation of color #E04E15: hue angle of 16.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04E15 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 21 -
CMYK 0 0.65 0.91 0.12
HSL 16.85º 0.83% 0.48% -
HSV(B) 16.85º 0.91% 0.88% -
XYZ 33.6 21.35 3.06 -
YUV 115.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 224 78 21 0 0.65 0.91 0.12 16.85 0.83 0.48
Hex E0 4E 15 0 41 5B C 11 53 30
Octal 340 116 25 0 101 133 14 21 123 60
Binary 11100000 1001110 10101 0 1000001 1011011 1100 10001 1010011 110000

Color Harmonies of #E04E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E15

Black with #E04E15

Text Example


Text Example

White with #E04E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E15; }

 p { color: rgb(224,78,21); }

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

background-color css

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

 a { background-color: rgb(224,78,21); }

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

border-color css

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

 span { border-color: rgb(224,78,21); }

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