Html Css Color HEX #E55013 Persimmon

📋 copy color: '#E55013'

red 229 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #E55013

Tints of Persimmon #E55013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 69.82%
G = 24.39%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E55013 (or 0xE55013) is known color: Persimmon. HEX triplet: E5, 50 and 13. RGB value is (229,80,19). Sum of RGB (Red+Green+Blue) = 229+80+19=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E55013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55013 is #1AAFEC. Grayscale: #757575. Windows color (decimal): -1748973 or 1265893. OLE color: 1265893.

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

Color convert

RGB 229 80 19 -
CMYK 0 0.65 0.92 0.10
HSL 17.43º 0.85% 0.49% -
HSV(B) 17.43º 0.92% 0.9% -
XYZ 35.3 22.44 3.09 -
YUV 117.6 72.36 207.46 -
System Red Green Blue C M Y K H S L
Decimal 229 80 19 0 0.65 0.92 0.10 17.43 0.85 0.49
Hex E5 50 13 0 41 5C A 11 55 31
Octal 345 120 23 0 101 134 12 21 125 61
Binary 11100101 1010000 10011 0 1000001 1011100 1010 10001 1010101 110001

Color Harmonies of #E55013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55013

Black with #E55013

Text Example


Text Example

White with #E55013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55013; }

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

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

background-color css

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

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

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

border-color css

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

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

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