Html Css Color HEX #E54211 Persimmon

📋 copy color: '#E54211'

red 229 ◦ green 66 ◦ blue 17

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

Shades of Persimmon #E54211

Tints of Persimmon #E54211

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 73.4%
G = 21.15%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E54211 (or 0xE54211) is known color: Persimmon. HEX triplet: E5, 42 and 11. RGB value is (229,66,17). Sum of RGB (Red+Green+Blue) = 229+66+17=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E54211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54211 is #1ABDEE. Grayscale: #6D6D6D. Windows color (decimal): -1752559 or 1131237. OLE color: 1131237.

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

Color convert

RGB 229 66 17 -
CMYK 0 0.71 0.93 0.10
HSL 13.87º 0.86% 0.48% -
HSV(B) 13.87º 0.93% 0.9% -
XYZ 34.36 20.59 2.69 -
YUV 109.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 229 66 17 0 0.71 0.93 0.10 13.87 0.86 0.48
Hex E5 42 11 0 47 5D A E 56 30
Octal 345 102 21 0 107 135 12 16 126 60
Binary 11100101 1000010 10001 0 1000111 1011101 1010 1110 1010110 110000

Color Harmonies of #E54211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54211

Black with #E54211

Text Example


Text Example

White with #E54211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54211; }

 p { color: rgb(229,66,17); }

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

background-color css

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

 a { background-color: rgb(229,66,17); }

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

border-color css

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

 span { border-color: rgb(229,66,17); }

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