Html Css Color HEX #E04D16 Persimmon

📋 copy color: '#E04D16'

red 224 ◦ green 77 ◦ blue 22

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

Shades of Persimmon #E04D16

Tints of Persimmon #E04D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 69.35%
G = 23.84%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E04D16 (or 0xE04D16) is known color: Persimmon. HEX triplet: E0, 4D and 16. RGB value is (224,77,22). Sum of RGB (Red+Green+Blue) = 224+77+22=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D16 is #1FB2E9. Grayscale: #737373. Windows color (decimal): -2077418 or 1461728. OLE color: 1461728.

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

Color convert

RGB 224 77 22 -
CMYK 0 0.66 0.90 0.12
HSL 16.34º 0.82% 0.48% -
HSV(B) 16.34º 0.9% 0.88% -
XYZ 33.54 21.21 3.09 -
YUV 114.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 224 77 22 0 0.66 0.90 0.12 16.34 0.82 0.48
Hex E0 4D 16 0 42 5A C 10 52 30
Octal 340 115 26 0 102 132 14 20 122 60
Binary 11100000 1001101 10110 0 1000010 1011010 1100 10000 1010010 110000

Color Harmonies of #E04D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D16

Black with #E04D16

Text Example


Text Example

White with #E04D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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