Html Css Color HEX #E04D14 Persimmon

📋 copy color: '#E04D14'

red 224 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #E04D14

Tints of Persimmon #E04D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 69.78%
G = 23.99%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04D14 (or 0xE04D14) is known color: Persimmon. HEX triplet: E0, 4D and 14. RGB value is (224,77,20). Sum of RGB (Red+Green+Blue) = 224+77+20=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D14 is #1FB2EB. Grayscale: #727272. Windows color (decimal): -2077420 or 1330656. OLE color: 1330656.

HSL color Cylindrical-coordinate representation of color #E04D14: hue angle of 16.76º degrees, saturation: 0.84, 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 #E04D14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 20 -
CMYK 0 0.66 0.91 0.12
HSL 16.76º 0.84% 0.48% -
HSV(B) 16.76º 0.91% 0.88% -
XYZ 33.52 21.21 2.99 -
YUV 114.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 224 77 20 0 0.66 0.91 0.12 16.76 0.84 0.48
Hex E0 4D 14 0 42 5B C 11 54 30
Octal 340 115 24 0 102 133 14 21 124 60
Binary 11100000 1001101 10100 0 1000010 1011011 1100 10001 1010100 110000

Color Harmonies of #E04D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D14

Black with #E04D14

Text Example


Text Example

White with #E04D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D14; }

 p { color: rgb(224,77,20); }

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

background-color css

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

 a { background-color: rgb(224,77,20); }

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

border-color css

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

 span { border-color: rgb(224,77,20); }

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