Html Css Color HEX #E0550B Persimmon

📋 copy color: '#E0550B'

red 224 ◦ green 85 ◦ blue 11

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

Shades of Persimmon #E0550B

Tints of Persimmon #E0550B

RGB

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

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

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

R = 70%
G = 26.56%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0550B (or 0xE0550B) is known color: Persimmon. HEX triplet: E0, 55 and 0B. RGB value is (224,85,11). Sum of RGB (Red+Green+Blue) = 224+85+11=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0550B is #1FAAF4. Grayscale: #767676. Windows color (decimal): -2075381 or 742880. OLE color: 742880.

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

Color convert

RGB 224 85 11 -
CMYK 0 0.62 0.95 0.12
HSL 20.85º 0.91% 0.46% -
HSV(B) 20.85º 0.95% 0.88% -
XYZ 34.05 22.37 2.84 -
YUV 118.13 67.55 203.52 -
System Red Green Blue C M Y K H S L
Decimal 224 85 11 0 0.62 0.95 0.12 20.85 0.91 0.46
Hex E0 55 B 0 3E 5F C 15 5B 2E
Octal 340 125 13 0 76 137 14 25 133 56
Binary 11100000 1010101 1011 0 111110 1011111 1100 10101 1011011 101110

Color Harmonies of #E0550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0550B

Black with #E0550B

Text Example


Text Example

White with #E0550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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