Html Css Color HEX #E5580B Persimmon

📋 copy color: '#E5580B'

red 229 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #E5580B

Tints of Persimmon #E5580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 69.82%
G = 26.83%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5580B (or 0xE5580B) is known color: Persimmon. HEX triplet: E5, 58 and 0B. RGB value is (229,88,11). Sum of RGB (Red+Green+Blue) = 229+88+11=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5580B is #1AA7F4. Grayscale: #797979. Windows color (decimal): -1746933 or 743653. OLE color: 743653.

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

Color convert

RGB 229 88 11 -
CMYK 0 0.62 0.95 0.10
HSL 21.19º 0.91% 0.47% -
HSV(B) 21.19º 0.95% 0.9% -
XYZ 35.86 23.66 2.99 -
YUV 121.38 65.71 204.76 -
System Red Green Blue C M Y K H S L
Decimal 229 88 11 0 0.62 0.95 0.10 21.19 0.91 0.47
Hex E5 58 B 0 3E 5F A 15 5B 2F
Octal 345 130 13 0 76 137 12 25 133 57
Binary 11100101 1011000 1011 0 111110 1011111 1010 10101 1011011 101111

Color Harmonies of #E5580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5580B

Black with #E5580B

Text Example


Text Example

White with #E5580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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