Html Css Color HEX #E04914 Persimmon

📋 copy color: '#E04914'

red 224 ◦ green 73 ◦ blue 20

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

Shades of Persimmon #E04914

Tints of Persimmon #E04914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

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

R = 70.66%
G = 23.03%
B = 6.31%

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

#E04914 (or 0xE04914) is known color: Persimmon. HEX triplet: E0, 49 and 14. RGB value is (224,73,20). Sum of RGB (Red+Green+Blue) = 224+73+20=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E04914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04914 is #1FB6EB. Grayscale: #707070. Windows color (decimal): -2078444 or 1329632. OLE color: 1329632.

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

Color convert

RGB 224 73 20 -
CMYK 0 0.67 0.91 0.12
HSL 15.59º 0.84% 0.48% -
HSV(B) 15.59º 0.91% 0.88% -
XYZ 33.25 20.66 2.9 -
YUV 112.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 224 73 20 0 0.67 0.91 0.12 15.59 0.84 0.48
Hex E0 49 14 0 43 5B C 10 54 30
Octal 340 111 24 0 103 133 14 20 124 60
Binary 11100000 1001001 10100 0 1000011 1011011 1100 10000 1010100 110000

Color Harmonies of #E04914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04914

Black with #E04914

Text Example


Text Example

White with #E04914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04914; }

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

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

background-color css

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

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

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

border-color css

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

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

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