Html Css Color HEX #E04A14 Persimmon

📋 copy color: '#E04A14'

red 224 ◦ green 74 ◦ blue 20

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

Shades of Persimmon #E04A14

Tints of Persimmon #E04A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

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

R = 70.44%
G = 23.27%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04A14 (or 0xE04A14) is known color: Persimmon. HEX triplet: E0, 4A and 14. RGB value is (224,74,20). Sum of RGB (Red+Green+Blue) = 224+74+20=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A14 is #1FB5EB. Grayscale: #717171. Windows color (decimal): -2078188 or 1329888. OLE color: 1329888.

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

Color convert

RGB 224 74 20 -
CMYK 0 0.67 0.91 0.12
HSL 15.88º 0.84% 0.48% -
HSV(B) 15.88º 0.91% 0.88% -
XYZ 33.32 20.8 2.92 -
YUV 112.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 224 74 20 0 0.67 0.91 0.12 15.88 0.84 0.48
Hex E0 4A 14 0 43 5B C 10 54 30
Octal 340 112 24 0 103 133 14 20 124 60
Binary 11100000 1001010 10100 0 1000011 1011011 1100 10000 1010100 110000

Color Harmonies of #E04A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A14

Black with #E04A14

Text Example


Text Example

White with #E04A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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