Html Css Color HEX #E5580D Persimmon

📋 copy color: '#E5580D'

red 229 ◦ green 88 ◦ blue 13

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

Shades of Persimmon #E5580D

Tints of Persimmon #E5580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 69.39%
G = 26.67%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5580D (or 0xE5580D) is known color: Persimmon. HEX triplet: E5, 58 and 0D. RGB value is (229,88,13). Sum of RGB (Red+Green+Blue) = 229+88+13=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5580D is #1AA7F2. Grayscale: #7A7A7A. Windows color (decimal): -1746931 or 874725. OLE color: 874725.

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

Color convert

RGB 229 88 13 -
CMYK 0 0.62 0.94 0.10
HSL 20.83º 0.89% 0.47% -
HSV(B) 20.83º 0.94% 0.9% -
XYZ 35.88 23.67 3.06 -
YUV 121.61 66.71 204.6 -
System Red Green Blue C M Y K H S L
Decimal 229 88 13 0 0.62 0.94 0.10 20.83 0.89 0.47
Hex E5 58 D 0 3E 5E A 15 59 2F
Octal 345 130 15 0 76 136 12 25 131 57
Binary 11100101 1011000 1101 0 111110 1011110 1010 10101 1011001 101111

Color Harmonies of #E5580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5580D

Black with #E5580D

Text Example


Text Example

White with #E5580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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