Html Css Color HEX #E5500D Persimmon

📋 copy color: '#E5500D'

red 229 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #E5500D

Tints of Persimmon #E5500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 71.12%
G = 24.84%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5500D (or 0xE5500D) is known color: Persimmon. HEX triplet: E5, 50 and 0D. RGB value is (229,80,13). Sum of RGB (Red+Green+Blue) = 229+80+13=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5500D is #1AAFF2. Grayscale: #757575. Windows color (decimal): -1748979 or 872677. OLE color: 872677.

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

Color convert

RGB 229 80 13 -
CMYK 0 0.65 0.94 0.10
HSL 18.61º 0.89% 0.47% -
HSV(B) 18.61º 0.94% 0.9% -
XYZ 35.25 22.42 2.85 -
YUV 116.91 69.36 207.95 -
System Red Green Blue C M Y K H S L
Decimal 229 80 13 0 0.65 0.94 0.10 18.61 0.89 0.47
Hex E5 50 D 0 41 5E A 13 59 2F
Octal 345 120 15 0 101 136 12 23 131 57
Binary 11100101 1010000 1101 0 1000001 1011110 1010 10011 1011001 101111

Color Harmonies of #E5500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5500D

Black with #E5500D

Text Example


Text Example

White with #E5500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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