Html Css Color HEX #E0550E Persimmon

📋 copy color: '#E0550E'

red 224 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #E0550E

Tints of Persimmon #E0550E

RGB

 RED value IS 224 (87.89% from 255) = 69.35%

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

 BLUE value IS 14 (5.86% from 255) = 4.33%

R = 69.35%
G = 26.32%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0550E (or 0xE0550E) is known color: Persimmon. HEX triplet: E0, 55 and 0E. RGB value is (224,85,14). Sum of RGB (Red+Green+Blue) = 224+85+14=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0550E is #1FAAF1. Grayscale: #767676. Windows color (decimal): -2075378 or 939488. OLE color: 939488.

HSL color Cylindrical-coordinate representation of color #E0550E: hue angle of 20.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0550E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 14 -
CMYK 0 0.62 0.94 0.12
HSL 20.29º 0.88% 0.47% -
HSV(B) 20.29º 0.94% 0.88% -
XYZ 34.07 22.38 2.94 -
YUV 118.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 224 85 14 0 0.62 0.94 0.12 20.29 0.88 0.47
Hex E0 55 E 0 3E 5E C 14 58 2F
Octal 340 125 16 0 76 136 14 24 130 57
Binary 11100000 1010101 1110 0 111110 1011110 1100 10100 1011000 101111

Color Harmonies of #E0550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0550E

Black with #E0550E

Text Example


Text Example

White with #E0550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0550E; }

 p { color: rgb(224,85,14); }

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

background-color css

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

 a { background-color: rgb(224,85,14); }

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

border-color css

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

 span { border-color: rgb(224,85,14); }

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