Html Css Color HEX #E04E0D Persimmon

📋 copy color: '#E04E0D'

red 224 ◦ green 78 ◦ blue 13

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

Shades of Persimmon #E04E0D

Tints of Persimmon #E04E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 71.11%
G = 24.76%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E04E0D (or 0xE04E0D) is known color: Persimmon. HEX triplet: E0, 4E and 0D. RGB value is (224,78,13). Sum of RGB (Red+Green+Blue) = 224+78+13=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E0D is #1FB1F2. Grayscale: #727272. Windows color (decimal): -2077171 or 872160. OLE color: 872160.

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

Color convert

RGB 224 78 13 -
CMYK 0 0.65 0.94 0.12
HSL 18.48º 0.89% 0.46% -
HSV(B) 18.48º 0.94% 0.88% -
XYZ 33.54 21.33 2.73 -
YUV 114.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 224 78 13 0 0.65 0.94 0.12 18.48 0.89 0.46
Hex E0 4E D 0 41 5E C 12 59 2E
Octal 340 116 15 0 101 136 14 22 131 56
Binary 11100000 1001110 1101 0 1000001 1011110 1100 10010 1011001 101110

Color Harmonies of #E04E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E0D

Black with #E04E0D

Text Example


Text Example

White with #E04E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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