Html Css Color HEX #E0540E Persimmon

📋 copy color: '#E0540E'

red 224 ◦ green 84 ◦ blue 14

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

Shades of Persimmon #E0540E

Tints of Persimmon #E0540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 69.57%
G = 26.09%
B = 4.35%

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

#E0540E (or 0xE0540E) is known color: Persimmon. HEX triplet: E0, 54 and 0E. RGB value is (224,84,14). Sum of RGB (Red+Green+Blue) = 224+84+14=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540E is #1FABF1. Grayscale: #767676. Windows color (decimal): -2075634 or 939232. OLE color: 939232.

HSL color Cylindrical-coordinate representation of color #E0540E: hue angle of 20º 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 #E0540E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 14 -
CMYK 0 0.62 0.94 0.12
HSL 20º 0.88% 0.47% -
HSV(B) 20º 0.94% 0.88% -
XYZ 33.99 22.22 2.91 -
YUV 117.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 224 84 14 0 0.62 0.94 0.12 20 0.88 0.47
Hex E0 54 E 0 3E 5E C 14 58 2F
Octal 340 124 16 0 76 136 14 24 130 57
Binary 11100000 1010100 1110 0 111110 1011110 1100 10100 1011000 101111

Color Harmonies of #E0540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0540E

Black with #E0540E

Text Example


Text Example

White with #E0540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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