Html Css Color HEX #E45A11 Persimmon

📋 copy color: '#E45A11'

red 228 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #E45A11

Tints of Persimmon #E45A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 68.06%
G = 26.87%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E45A11 (or 0xE45A11) is known color: Persimmon. HEX triplet: E4, 5A and 11. RGB value is (228,90,17). Sum of RGB (Red+Green+Blue) = 228+90+17=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45A11 is #1BA5EE. Grayscale: #7B7B7B. Windows color (decimal): -1811951 or 1137380. OLE color: 1137380.

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

Color convert

RGB 228 90 17 -
CMYK 0 0.61 0.93 0.11
HSL 20.76º 0.86% 0.48% -
HSV(B) 20.76º 0.93% 0.89% -
XYZ 35.75 23.85 3.25 -
YUV 122.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 228 90 17 0 0.61 0.93 0.11 20.76 0.86 0.48
Hex E4 5A 11 0 3D 5D B 15 56 30
Octal 344 132 21 0 75 135 13 25 126 60
Binary 11100100 1011010 10001 0 111101 1011101 1011 10101 1010110 110000

Color Harmonies of #E45A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A11

Black with #E45A11

Text Example


Text Example

White with #E45A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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