Html Css Color HEX #E55F13 Persimmon

📋 copy color: '#E55F13'

red 229 ◦ green 95 ◦ blue 19

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

Shades of Persimmon #E55F13

Tints of Persimmon #E55F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 66.76%
G = 27.7%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E55F13 (or 0xE55F13) is known color: Persimmon. HEX triplet: E5, 5F and 13. RGB value is (229,95,19). Sum of RGB (Red+Green+Blue) = 229+95+19=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F13 is #1AA0EC. Grayscale: #7E7E7E. Windows color (decimal): -1745133 or 1269733. OLE color: 1269733.

HSL color Cylindrical-coordinate representation of color #E55F13: hue angle of 21.71º 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 #E55F13 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 19 -
CMYK 0 0.59 0.92 0.10
HSL 21.71º 0.85% 0.49% -
HSV(B) 21.71º 0.92% 0.9% -
XYZ 36.52 24.89 3.5 -
YUV 126.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 229 95 19 0 0.59 0.92 0.10 21.71 0.85 0.49
Hex E5 5F 13 0 3B 5C A 16 55 31
Octal 345 137 23 0 73 134 12 26 125 61
Binary 11100101 1011111 10011 0 111011 1011100 1010 10110 1010101 110001

Color Harmonies of #E55F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F13

Black with #E55F13

Text Example


Text Example

White with #E55F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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