Html Css Color HEX #E04814 Persimmon

📋 copy color: '#E04814'

red 224 ◦ green 72 ◦ blue 20

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

Shades of Persimmon #E04814

Tints of Persimmon #E04814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 70.89%
G = 22.78%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04814 (or 0xE04814) is known color: Persimmon. HEX triplet: E0, 48 and 14. RGB value is (224,72,20). Sum of RGB (Red+Green+Blue) = 224+72+20=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E04814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04814 is #1FB7EB. Grayscale: #6F6F6F. Windows color (decimal): -2078700 or 1329376. OLE color: 1329376.

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

Color convert

RGB 224 72 20 -
CMYK 0 0.68 0.91 0.12
HSL 15.29º 0.84% 0.48% -
HSV(B) 15.29º 0.91% 0.88% -
XYZ 33.18 20.53 2.88 -
YUV 111.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 224 72 20 0 0.68 0.91 0.12 15.29 0.84 0.48
Hex E0 48 14 0 44 5B C F 54 30
Octal 340 110 24 0 104 133 14 17 124 60
Binary 11100000 1001000 10100 0 1000100 1011011 1100 1111 1010100 110000

Color Harmonies of #E04814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04814

Black with #E04814

Text Example


Text Example

White with #E04814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04814; }

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

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

background-color css

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

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

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

border-color css

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

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

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