Html Css Color HEX #E5540F Persimmon

📋 copy color: '#E5540F'

red 229 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #E5540F

Tints of Persimmon #E5540F

RGB

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

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

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

R = 69.82%
G = 25.61%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5540F (or 0xE5540F) is known color: Persimmon. HEX triplet: E5, 54 and 0F. RGB value is (229,84,15). Sum of RGB (Red+Green+Blue) = 229+84+15=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5540F is #1AABF0. Grayscale: #777777. Windows color (decimal): -1747953 or 1004773. OLE color: 1004773.

HSL color Cylindrical-coordinate representation of color #E5540F: hue angle of 19.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5540F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 15 -
CMYK 0 0.63 0.93 0.10
HSL 19.35º 0.88% 0.48% -
HSV(B) 19.35º 0.93% 0.9% -
XYZ 35.57 23.03 3.02 -
YUV 119.49 69.04 206.11 -
System Red Green Blue C M Y K H S L
Decimal 229 84 15 0 0.63 0.93 0.10 19.35 0.88 0.48
Hex E5 54 F 0 3F 5D A 13 58 30
Octal 345 124 17 0 77 135 12 23 130 60
Binary 11100101 1010100 1111 0 111111 1011101 1010 10011 1011000 110000

Color Harmonies of #E5540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5540F

Black with #E5540F

Text Example


Text Example

White with #E5540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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