Html Css Color HEX #E55514 Persimmon

📋 copy color: '#E55514'

red 229 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #E55514

Tints of Persimmon #E55514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 68.56%
G = 25.45%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E55514 (or 0xE55514) is known color: Persimmon. HEX triplet: E5, 55 and 14. RGB value is (229,85,20). Sum of RGB (Red+Green+Blue) = 229+85+20=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E55514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55514 is #1AAAEB. Grayscale: #797979. Windows color (decimal): -1747692 or 1332709. OLE color: 1332709.

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

Color convert

RGB 229 85 20 -
CMYK 0 0.63 0.91 0.10
HSL 18.66º 0.84% 0.49% -
HSV(B) 18.66º 0.91% 0.9% -
XYZ 35.69 23.21 3.26 -
YUV 120.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 229 85 20 0 0.63 0.91 0.10 18.66 0.84 0.49
Hex E5 55 14 0 3F 5B A 13 54 31
Octal 345 125 24 0 77 133 12 23 124 61
Binary 11100101 1010101 10100 0 111111 1011011 1010 10011 1010100 110001

Color Harmonies of #E55514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55514

Black with #E55514

Text Example


Text Example

White with #E55514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55514; }

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

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

background-color css

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

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

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

border-color css

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

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

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