Html Css Color HEX #E5520D Persimmon

📋 copy color: '#E5520D'

red 229 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #E5520D

Tints of Persimmon #E5520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 70.68%
G = 25.31%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5520D (or 0xE5520D) is known color: Persimmon. HEX triplet: E5, 52 and 0D. RGB value is (229,82,13). Sum of RGB (Red+Green+Blue) = 229+82+13=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5520D is #1AADF2. Grayscale: #767676. Windows color (decimal): -1748467 or 873189. OLE color: 873189.

HSL color Cylindrical-coordinate representation of color #E5520D: hue angle of 19.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5520D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 13 -
CMYK 0 0.64 0.94 0.10
HSL 19.17º 0.89% 0.47% -
HSV(B) 19.17º 0.94% 0.9% -
XYZ 35.4 22.72 2.9 -
YUV 118.09 68.7 207.11 -
System Red Green Blue C M Y K H S L
Decimal 229 82 13 0 0.64 0.94 0.10 19.17 0.89 0.47
Hex E5 52 D 0 40 5E A 13 59 2F
Octal 345 122 15 0 100 136 12 23 131 57
Binary 11100101 1010010 1101 0 1000000 1011110 1010 10011 1011001 101111

Color Harmonies of #E5520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5520D

Black with #E5520D

Text Example


Text Example

White with #E5520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5520D; }

 p { color: rgb(229,82,13); }

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

background-color css

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

 a { background-color: rgb(229,82,13); }

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

border-color css

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

 span { border-color: rgb(229,82,13); }

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