Html Css Color HEX #E44E14 Persimmon

📋 copy color: '#E44E14'

red 228 ◦ green 78 ◦ blue 20

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

Shades of Persimmon #E44E14

Tints of Persimmon #E44E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 69.94%
G = 23.93%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E44E14 (or 0xE44E14) is known color: Persimmon. HEX triplet: E4, 4E and 14. RGB value is (228,78,20). Sum of RGB (Red+Green+Blue) = 228+78+20=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44E14 is #1BB1EB. Grayscale: #747474. Windows color (decimal): -1815020 or 1330916. OLE color: 1330916.

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

Color convert

RGB 228 78 20 -
CMYK 0 0.66 0.91 0.11
HSL 16.73º 0.84% 0.49% -
HSV(B) 16.73º 0.91% 0.89% -
XYZ 34.85 21.99 3.07 -
YUV 116.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 228 78 20 0 0.66 0.91 0.11 16.73 0.84 0.49
Hex E4 4E 14 0 42 5B B 11 54 31
Octal 344 116 24 0 102 133 13 21 124 61
Binary 11100100 1001110 10100 0 1000010 1011011 1011 10001 1010100 110001

Color Harmonies of #E44E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E14

Black with #E44E14

Text Example


Text Example

White with #E44E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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