Html Css Color HEX #E04A16 Persimmon

📋 copy color: '#E04A16'

red 224 ◦ green 74 ◦ blue 22

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

Shades of Persimmon #E04A16

Tints of Persimmon #E04A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 70%
G = 23.13%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E04A16 (or 0xE04A16) is known color: Persimmon. HEX triplet: E0, 4A and 16. RGB value is (224,74,22). Sum of RGB (Red+Green+Blue) = 224+74+22=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A16 is #1FB5E9. Grayscale: #717171. Windows color (decimal): -2078186 or 1460960. OLE color: 1460960.

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

Color convert

RGB 224 74 22 -
CMYK 0 0.67 0.90 0.12
HSL 15.45º 0.82% 0.48% -
HSV(B) 15.45º 0.9% 0.88% -
XYZ 33.33 20.8 3.02 -
YUV 112.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 224 74 22 0 0.67 0.90 0.12 15.45 0.82 0.48
Hex E0 4A 16 0 43 5A C F 52 30
Octal 340 112 26 0 103 132 14 17 122 60
Binary 11100000 1001010 10110 0 1000011 1011010 1100 1111 1010010 110000

Color Harmonies of #E04A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A16

Black with #E04A16

Text Example


Text Example

White with #E04A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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