Html Css Color HEX #E55F14 Persimmon

📋 copy color: '#E55F14'

red 229 ◦ green 95 ◦ blue 20

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

Shades of Persimmon #E55F14

Tints of Persimmon #E55F14

RGB

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

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

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

R = 66.57%
G = 27.62%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E55F14 (or 0xE55F14) is known color: Persimmon. HEX triplet: E5, 5F and 14. RGB value is (229,95,20). Sum of RGB (Red+Green+Blue) = 229+95+20=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F14 is #1AA0EB. Grayscale: #7E7E7E. Windows color (decimal): -1745132 or 1335269. OLE color: 1335269.

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

Color convert

RGB 229 95 20 -
CMYK 0 0.59 0.91 0.10
HSL 21.53º 0.84% 0.49% -
HSV(B) 21.53º 0.91% 0.9% -
XYZ 36.53 24.89 3.54 -
YUV 126.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 229 95 20 0 0.59 0.91 0.10 21.53 0.84 0.49
Hex E5 5F 14 0 3B 5B A 16 54 31
Octal 345 137 24 0 73 133 12 26 124 61
Binary 11100101 1011111 10100 0 111011 1011011 1010 10110 1010100 110001

Color Harmonies of #E55F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F14

Black with #E55F14

Text Example


Text Example

White with #E55F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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