Html Css Color HEX #E48E47 Flamenco

📋 copy color: '#E48E47'

red 228 ◦ green 142 ◦ blue 71

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

Shades of Flamenco #E48E47

Tints of Flamenco #E48E47

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 71 (28.13% from 255) = 16.1%

R = 51.7%
G = 32.2%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E48E47 (or 0xE48E47) is known color: Flamenco. HEX triplet: E4, 8E and 47. RGB value is (228,142,71). Sum of RGB (Red+Green+Blue) = 228+142+71=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E47 is #1B71B8. Grayscale: #9F9F9F. Windows color (decimal): -1798585 or 4689636. OLE color: 4689636.

HSL color Cylindrical-coordinate representation of color #E48E47: hue angle of 27.13º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E48E47 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 71 -
CMYK 0 0.38 0.69 0.11
HSL 27.13º 0.74% 0.59% -
HSV(B) 27.13º 0.69% 0.89% -
XYZ 42.81 36.29 10.71 -
YUV 159.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 228 142 71 0 0.38 0.69 0.11 27.13 0.74 0.59
Hex E4 8E 47 0 26 45 B 1B 4A 3B
Octal 344 216 107 0 46 105 13 33 112 73
Binary 11100100 10001110 1000111 0 100110 1000101 1011 11011 1001010 111011

Color Harmonies of #E48E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E47

Black with #E48E47

Text Example


Text Example

White with #E48E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E47; }

 p { color: rgb(228,142,71); }

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

background-color css

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

 a { background-color: rgb(228,142,71); }

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

border-color css

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

 span { border-color: rgb(228,142,71); }

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