Html Css Color HEX #E45C15 Persimmon

📋 copy color: '#E45C15'

red 228 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #E45C15

Tints of Persimmon #E45C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

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

R = 66.86%
G = 26.98%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E45C15 (or 0xE45C15) is known color: Persimmon. HEX triplet: E4, 5C and 15. RGB value is (228,92,21). Sum of RGB (Red+Green+Blue) = 228+92+21=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C15 is #1BA3EA. Grayscale: #7C7C7C. Windows color (decimal): -1811435 or 1400036. OLE color: 1400036.

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

Color convert

RGB 228 92 21 -
CMYK 0 0.60 0.91 0.11
HSL 20.58º 0.83% 0.49% -
HSV(B) 20.58º 0.91% 0.89% -
XYZ 35.96 24.2 3.49 -
YUV 124.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 228 92 21 0 0.60 0.91 0.11 20.58 0.83 0.49
Hex E4 5C 15 0 3C 5B B 15 53 31
Octal 344 134 25 0 74 133 13 25 123 61
Binary 11100100 1011100 10101 0 111100 1011011 1011 10101 1010011 110001

Color Harmonies of #E45C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45C15

Black with #E45C15

Text Example


Text Example

White with #E45C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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