Html Css Color HEX #E0580A Persimmon

📋 copy color: '#E0580A'

red 224 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #E0580A

Tints of Persimmon #E0580A

RGB

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

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

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

R = 69.57%
G = 27.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0580A (or 0xE0580A) is known color: Persimmon. HEX triplet: E0, 58 and 0A. RGB value is (224,88,10). Sum of RGB (Red+Green+Blue) = 224+88+10=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0580A is #1FA7F5. Grayscale: #787878. Windows color (decimal): -2074614 or 678112. OLE color: 678112.

HSL color Cylindrical-coordinate representation of color #E0580A: hue angle of 21.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0580A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 10 -
CMYK 0 0.61 0.96 0.12
HSL 21.87º 0.91% 0.46% -
HSV(B) 21.87º 0.96% 0.88% -
XYZ 34.28 22.85 2.89 -
YUV 119.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 224 88 10 0 0.61 0.96 0.12 21.87 0.91 0.46
Hex E0 58 A 0 3D 60 C 16 5B 2E
Octal 340 130 12 0 75 140 14 26 133 56
Binary 11100000 1011000 1010 0 111101 1100000 1100 10110 1011011 101110

Color Harmonies of #E0580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0580A

Black with #E0580A

Text Example


Text Example

White with #E0580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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