Html Css Color HEX #E45011 Persimmon

📋 copy color: '#E45011'

red 228 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #E45011

Tints of Persimmon #E45011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 70.15%
G = 24.62%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E45011 (or 0xE45011) is known color: Persimmon. HEX triplet: E4, 50 and 11. RGB value is (228,80,17). Sum of RGB (Red+Green+Blue) = 228+80+17=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E45011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45011 is #1BAFEE. Grayscale: #757575. Windows color (decimal): -1814511 or 1134820. OLE color: 1134820.

HSL color Cylindrical-coordinate representation of color #E45011: hue angle of 17.91º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E45011 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 17 -
CMYK 0 0.65 0.93 0.11
HSL 17.91º 0.86% 0.48% -
HSV(B) 17.91º 0.93% 0.89% -
XYZ 34.96 22.27 2.99 -
YUV 117.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 228 80 17 0 0.65 0.93 0.11 17.91 0.86 0.48
Hex E4 50 11 0 41 5D B 12 56 30
Octal 344 120 21 0 101 135 13 22 126 60
Binary 11100100 1010000 10001 0 1000001 1011101 1011 10010 1010110 110000

Color Harmonies of #E45011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45011

Black with #E45011

Text Example


Text Example

White with #E45011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45011; }

 p { color: rgb(228,80,17); }

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

background-color css

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

 a { background-color: rgb(228,80,17); }

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

border-color css

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

 span { border-color: rgb(228,80,17); }

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