Html Css Color HEX #E0540F Persimmon

📋 copy color: '#E0540F'

red 224 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #E0540F

Tints of Persimmon #E0540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 69.35%
G = 26.01%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0540F (or 0xE0540F) is known color: Persimmon. HEX triplet: E0, 54 and 0F. RGB value is (224,84,15). Sum of RGB (Red+Green+Blue) = 224+84+15=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540F is #1FABF0. Grayscale: #767676. Windows color (decimal): -2075633 or 1004768. OLE color: 1004768.

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

Color convert

RGB 224 84 15 -
CMYK 0 0.62 0.93 0.12
HSL 19.81º 0.87% 0.47% -
HSV(B) 19.81º 0.93% 0.88% -
XYZ 34 22.22 2.95 -
YUV 117.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 224 84 15 0 0.62 0.93 0.12 19.81 0.87 0.47
Hex E0 54 F 0 3E 5D C 14 57 2F
Octal 340 124 17 0 76 135 14 24 127 57
Binary 11100000 1010100 1111 0 111110 1011101 1100 10100 1010111 101111

Color Harmonies of #E0540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0540F

Black with #E0540F

Text Example


Text Example

White with #E0540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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