Html Css Color HEX #E04A13 Persimmon

📋 copy color: '#E04A13'

red 224 ◦ green 74 ◦ blue 19

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

Shades of Persimmon #E04A13

Tints of Persimmon #E04A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 70.66%
G = 23.34%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04A13 (or 0xE04A13) is known color: Persimmon. HEX triplet: E0, 4A and 13. RGB value is (224,74,19). Sum of RGB (Red+Green+Blue) = 224+74+19=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A13 is #1FB5EC. Grayscale: #707070. Windows color (decimal): -2078189 or 1264352. OLE color: 1264352.

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

Color convert

RGB 224 74 19 -
CMYK 0 0.67 0.92 0.12
HSL 16.1º 0.84% 0.48% -
HSV(B) 16.1º 0.92% 0.88% -
XYZ 33.31 20.79 2.87 -
YUV 112.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 224 74 19 0 0.67 0.92 0.12 16.1 0.84 0.48
Hex E0 4A 13 0 43 5C C 10 54 30
Octal 340 112 23 0 103 134 14 20 124 60
Binary 11100000 1001010 10011 0 1000011 1011100 1100 10000 1010100 110000

Color Harmonies of #E04A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A13

Black with #E04A13

Text Example


Text Example

White with #E04A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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