Html Css Color HEX #E55015 Persimmon

📋 copy color: '#E55015'

red 229 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E55015

Tints of Persimmon #E55015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 69.39%
G = 24.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E55015 (or 0xE55015) is known color: Persimmon. HEX triplet: E5, 50 and 15. RGB value is (229,80,21). Sum of RGB (Red+Green+Blue) = 229+80+21=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E55015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55015 is #1AAFEA. Grayscale: #767676. Windows color (decimal): -1748971 or 1396965. OLE color: 1396965.

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

Color convert

RGB 229 80 21 -
CMYK 0 0.65 0.91 0.10
HSL 17.02º 0.83% 0.49% -
HSV(B) 17.02º 0.91% 0.9% -
XYZ 35.32 22.45 3.18 -
YUV 117.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 229 80 21 0 0.65 0.91 0.10 17.02 0.83 0.49
Hex E5 50 15 0 41 5B A 11 53 31
Octal 345 120 25 0 101 133 12 21 123 61
Binary 11100101 1010000 10101 0 1000001 1011011 1010 10001 1010011 110001

Color Harmonies of #E55015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55015

Black with #E55015

Text Example


Text Example

White with #E55015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55015; }

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

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

background-color css

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

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

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

border-color css

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

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

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