Html Css Color HEX #E5580A Persimmon

📋 copy color: '#E5580A'

red 229 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #E5580A

Tints of Persimmon #E5580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 70.03%
G = 26.91%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5580A (or 0xE5580A) is known color: Persimmon. HEX triplet: E5, 58 and 0A. RGB value is (229,88,10). Sum of RGB (Red+Green+Blue) = 229+88+10=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5580A is #1AA7F5. Grayscale: #797979. Windows color (decimal): -1746934 or 678117. OLE color: 678117.

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

Color convert

RGB 229 88 10 -
CMYK 0 0.62 0.96 0.10
HSL 21.37º 0.92% 0.47% -
HSV(B) 21.37º 0.96% 0.9% -
XYZ 35.86 23.66 2.96 -
YUV 121.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 229 88 10 0 0.62 0.96 0.10 21.37 0.92 0.47
Hex E5 58 A 0 3E 60 A 15 5C 2F
Octal 345 130 12 0 76 140 12 25 134 57
Binary 11100101 1011000 1010 0 111110 1100000 1010 10101 1011100 101111

Color Harmonies of #E5580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5580A

Black with #E5580A

Text Example


Text Example

White with #E5580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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