Html Css Color HEX #E45114 Persimmon

📋 copy color: '#E45114'

red 228 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #E45114

Tints of Persimmon #E45114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 69.3%
G = 24.62%
B = 6.08%

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

#E45114 (or 0xE45114) is known color: Persimmon. HEX triplet: E4, 51 and 14. RGB value is (228,81,20). Sum of RGB (Red+Green+Blue) = 228+81+20=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E45114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45114 is #1BAEEB. Grayscale: #767676. Windows color (decimal): -1814252 or 1331684. OLE color: 1331684.

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

Color convert

RGB 228 81 20 -
CMYK 0 0.64 0.91 0.11
HSL 17.6º 0.84% 0.49% -
HSV(B) 17.6º 0.91% 0.89% -
XYZ 35.06 22.43 3.14 -
YUV 118 72.7 206.46 -
System Red Green Blue C M Y K H S L
Decimal 228 81 20 0 0.64 0.91 0.11 17.6 0.84 0.49
Hex E4 51 14 0 40 5B B 12 54 31
Octal 344 121 24 0 100 133 13 22 124 61
Binary 11100100 1010001 10100 0 1000000 1011011 1011 10010 1010100 110001

Color Harmonies of #E45114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45114

Black with #E45114

Text Example


Text Example

White with #E45114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45114; }

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

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

background-color css

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

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

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

border-color css

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

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

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