Html Css Color HEX #E48550 Flamenco

📋 copy color: '#E48550'

red 228 ◦ green 133 ◦ blue 80

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

Shades of Flamenco #E48550

Tints of Flamenco #E48550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.16%

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 51.7%
G = 30.16%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E48550 (or 0xE48550) is known color: Flamenco. HEX triplet: E4, 85 and 50. RGB value is (228,133,80). Sum of RGB (Red+Green+Blue) = 228+133+80=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48550 is #1B7AAF. Grayscale: #9B9B9B. Windows color (decimal): -1800880 or 5277156. OLE color: 5277156.

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

Color convert

RGB 228 133 80 -
CMYK 0 0.42 0.65 0.11
HSL 21.49º 0.73% 0.6% -
HSV(B) 21.49º 0.65% 0.89% -
XYZ 41.83 33.85 11.92 -
YUV 155.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 228 133 80 0 0.42 0.65 0.11 21.49 0.73 0.6
Hex E4 85 50 0 2A 41 B 15 49 3C
Octal 344 205 120 0 52 101 13 25 111 74
Binary 11100100 10000101 1010000 0 101010 1000001 1011 10101 1001001 111100

Color Harmonies of #E48550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48550

Black with #E48550

Text Example


Text Example

White with #E48550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48550; }

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

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

background-color css

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

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

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

border-color css

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

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

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