Html Css Color HEX #E44814 Persimmon

📋 copy color: '#E44814'

red 228 ◦ green 72 ◦ blue 20

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

Shades of Persimmon #E44814

Tints of Persimmon #E44814

RGB

 RED value IS 228 (89.45% from 255) = 71.25%

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

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

R = 71.25%
G = 22.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E44814 (or 0xE44814) is known color: Persimmon. HEX triplet: E4, 48 and 14. RGB value is (228,72,20). Sum of RGB (Red+Green+Blue) = 228+72+20=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E44814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44814 is #1BB7EB. Grayscale: #717171. Windows color (decimal): -1816556 or 1329380. OLE color: 1329380.

HSL color Cylindrical-coordinate representation of color #E44814: hue angle of 15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E44814 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 72 20 -
CMYK 0 0.68 0.91 0.11
HSL 15º 0.84% 0.49% -
HSV(B) 15º 0.91% 0.89% -
XYZ 34.44 21.18 2.93 -
YUV 112.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 228 72 20 0 0.68 0.91 0.11 15 0.84 0.49
Hex E4 48 14 0 44 5B B F 54 31
Octal 344 110 24 0 104 133 13 17 124 61
Binary 11100100 1001000 10100 0 1000100 1011011 1011 1111 1010100 110001

Color Harmonies of #E44814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44814

Black with #E44814

Text Example


Text Example

White with #E44814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44814; }

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

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

background-color css

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

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

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

border-color css

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

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

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