Html Css Color HEX #E5501B Persimmon

📋 copy color: '#E5501B'

red 229 ◦ green 80 ◦ blue 27

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

Shades of Persimmon #E5501B

Tints of Persimmon #E5501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 68.15%
G = 23.81%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5501B (or 0xE5501B) is known color: Persimmon. HEX triplet: E5, 50 and 1B. RGB value is (229,80,27). Sum of RGB (Red+Green+Blue) = 229+80+27=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501B is #1AAFE4. Grayscale: #767676. Windows color (decimal): -1748965 or 1790181. OLE color: 1790181.

HSL color Cylindrical-coordinate representation of color #E5501B: hue angle of 15.74º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5501B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 27 -
CMYK 0 0.65 0.88 0.10
HSL 15.74º 0.8% 0.5% -
HSV(B) 15.74º 0.88% 0.9% -
XYZ 35.38 22.47 3.51 -
YUV 118.51 76.36 206.81 -
System Red Green Blue C M Y K H S L
Decimal 229 80 27 0 0.65 0.88 0.10 15.74 0.8 0.5
Hex E5 50 1B 0 41 58 A 10 50 32
Octal 345 120 33 0 101 130 12 20 120 62
Binary 11100101 1010000 11011 0 1000001 1011000 1010 10000 1010000 110010

Color Harmonies of #E5501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5501B

Black with #E5501B

Text Example


Text Example

White with #E5501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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