Html Css Color HEX #E45115 Persimmon

📋 copy color: '#E45115'

red 228 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #E45115

Tints of Persimmon #E45115

RGB

 RED value IS 228 (89.45% from 255) = 69.09%

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 69.09%
G = 24.55%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E45115 (or 0xE45115) is known color: Persimmon. HEX triplet: E4, 51 and 15. RGB value is (228,81,21). Sum of RGB (Red+Green+Blue) = 228+81+21=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E45115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45115 is #1BAEEA. Grayscale: #767676. Windows color (decimal): -1814251 or 1397220. OLE color: 1397220.

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

Color convert

RGB 228 81 21 -
CMYK 0 0.64 0.91 0.11
HSL 17.39º 0.83% 0.49% -
HSV(B) 17.39º 0.91% 0.89% -
XYZ 35.07 22.43 3.19 -
YUV 118.11 73.2 206.38 -
System Red Green Blue C M Y K H S L
Decimal 228 81 21 0 0.64 0.91 0.11 17.39 0.83 0.49
Hex E4 51 15 0 40 5B B 11 53 31
Octal 344 121 25 0 100 133 13 21 123 61
Binary 11100100 1010001 10101 0 1000000 1011011 1011 10001 1010011 110001

Color Harmonies of #E45115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45115

Black with #E45115

Text Example


Text Example

White with #E45115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45115; }

 p { color: rgb(228,81,21); }

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

background-color css

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

 a { background-color: rgb(228,81,21); }

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

border-color css

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

 span { border-color: rgb(228,81,21); }

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