Html Css Color HEX #E45D15 Persimmon

📋 copy color: '#E45D15'

red 228 ◦ green 93 ◦ blue 21

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

Shades of Persimmon #E45D15

Tints of Persimmon #E45D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 66.67%
G = 27.19%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E45D15 (or 0xE45D15) is known color: Persimmon. HEX triplet: E4, 5D and 15. RGB value is (228,93,21). Sum of RGB (Red+Green+Blue) = 228+93+21=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45D15 is #1BA2EA. Grayscale: #7D7D7D. Windows color (decimal): -1811179 or 1400292. OLE color: 1400292.

HSL color Cylindrical-coordinate representation of color #E45D15: hue angle of 20.87º 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 #E45D15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 93 21 -
CMYK 0 0.59 0.91 0.11
HSL 20.87º 0.83% 0.49% -
HSV(B) 20.87º 0.91% 0.89% -
XYZ 36.04 24.38 3.51 -
YUV 125.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 228 93 21 0 0.59 0.91 0.11 20.87 0.83 0.49
Hex E4 5D 15 0 3B 5B B 15 53 31
Octal 344 135 25 0 73 133 13 25 123 61
Binary 11100100 1011101 10101 0 111011 1011011 1011 10101 1010011 110001

Color Harmonies of #E45D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45D15

Black with #E45D15

Text Example


Text Example

White with #E45D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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