Html Css Color HEX #E5550B Persimmon

📋 copy color: '#E5550B'

red 229 ◦ green 85 ◦ blue 11

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

Shades of Persimmon #E5550B

Tints of Persimmon #E5550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 70.46%
G = 26.15%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5550B (or 0xE5550B) is known color: Persimmon. HEX triplet: E5, 55 and 0B. RGB value is (229,85,11). Sum of RGB (Red+Green+Blue) = 229+85+11=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5550B is #1AAAF4. Grayscale: #787878. Windows color (decimal): -1747701 or 742885. OLE color: 742885.

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

Color convert

RGB 229 85 11 -
CMYK 0 0.63 0.95 0.10
HSL 20.37º 0.91% 0.47% -
HSV(B) 20.37º 0.95% 0.9% -
XYZ 35.62 23.18 2.91 -
YUV 119.62 66.71 206.02 -
System Red Green Blue C M Y K H S L
Decimal 229 85 11 0 0.63 0.95 0.10 20.37 0.91 0.47
Hex E5 55 B 0 3F 5F A 14 5B 2F
Octal 345 125 13 0 77 137 12 24 133 57
Binary 11100101 1010101 1011 0 111111 1011111 1010 10100 1011011 101111

Color Harmonies of #E5550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5550B

Black with #E5550B

Text Example


Text Example

White with #E5550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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