Html Css Color HEX #E55018 Persimmon

📋 copy color: '#E55018'

red 229 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #E55018

Tints of Persimmon #E55018

RGB

 RED value IS 229 (89.84% from 255) = 68.77%

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 68.77%
G = 24.02%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E55018 (or 0xE55018) is known color: Persimmon. HEX triplet: E5, 50 and 18. RGB value is (229,80,24). Sum of RGB (Red+Green+Blue) = 229+80+24=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E55018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55018 is #1AAFE7. Grayscale: #767676. Windows color (decimal): -1748968 or 1593573. OLE color: 1593573.

HSL color Cylindrical-coordinate representation of color #E55018: hue angle of 16.39º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55018 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 24 -
CMYK 0 0.65 0.90 0.10
HSL 16.39º 0.81% 0.5% -
HSV(B) 16.39º 0.9% 0.9% -
XYZ 35.35 22.46 3.34 -
YUV 118.17 74.86 207.05 -
System Red Green Blue C M Y K H S L
Decimal 229 80 24 0 0.65 0.90 0.10 16.39 0.81 0.5
Hex E5 50 18 0 41 5A A 10 51 32
Octal 345 120 30 0 101 132 12 20 121 62
Binary 11100101 1010000 11000 0 1000001 1011010 1010 10000 1010001 110010

Color Harmonies of #E55018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55018

Black with #E55018

Text Example


Text Example

White with #E55018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55018; }

 p { color: rgb(229,80,24); }

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

background-color css

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

 a { background-color: rgb(229,80,24); }

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

border-color css

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

 span { border-color: rgb(229,80,24); }

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