Html Css Color HEX #E5500A Persimmon

📋 copy color: '#E5500A'

red 229 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #E5500A

Tints of Persimmon #E5500A

RGB

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

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

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

R = 71.79%
G = 25.08%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5500A (or 0xE5500A) is known color: Persimmon. HEX triplet: E5, 50 and 0A. RGB value is (229,80,10). Sum of RGB (Red+Green+Blue) = 229+80+10=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E5500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5500A is #1AAFF5. Grayscale: #757575. Windows color (decimal): -1748982 or 676069. OLE color: 676069.

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

Color convert

RGB 229 80 10 -
CMYK 0 0.65 0.96 0.10
HSL 19.18º 0.92% 0.47% -
HSV(B) 19.18º 0.96% 0.9% -
XYZ 35.24 22.42 2.76 -
YUV 116.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 229 80 10 0 0.65 0.96 0.10 19.18 0.92 0.47
Hex E5 50 A 0 41 60 A 13 5C 2F
Octal 345 120 12 0 101 140 12 23 134 57
Binary 11100101 1010000 1010 0 1000001 1100000 1010 10011 1011100 101111

Color Harmonies of #E5500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5500A

Black with #E5500A

Text Example


Text Example

White with #E5500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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