Html Css Color HEX #E18F50 Flamenco

📋 copy color: '#E18F50'

red 225 ◦ green 143 ◦ blue 80

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

Shades of Flamenco #E18F50

Tints of Flamenco #E18F50

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

 GREEN value IS 143 (56.25% from 255) = 31.92%

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

R = 50.22%
G = 31.92%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18F50 (or 0xE18F50) is known color: Flamenco. HEX triplet: E1, 8F and 50. RGB value is (225,143,80). Sum of RGB (Red+Green+Blue) = 225+143+80=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F50 is #1E70AF. Grayscale: #A0A0A0. Windows color (decimal): -1994928 or 5279713. OLE color: 5279713.

HSL color Cylindrical-coordinate representation of color #E18F50: hue angle of 26.07º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E18F50 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 80 -
CMYK 0 0.36 0.64 0.12
HSL 26.07º 0.71% 0.6% -
HSV(B) 26.07º 0.64% 0.88% -
XYZ 42.32 36.23 12.35 -
YUV 160.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 225 143 80 0 0.36 0.64 0.12 26.07 0.71 0.6
Hex E1 8F 50 0 24 40 C 1A 47 3C
Octal 341 217 120 0 44 100 14 32 107 74
Binary 11100001 10001111 1010000 0 100100 1000000 1100 11010 1000111 111100

Color Harmonies of #E18F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F50

Black with #E18F50

Text Example


Text Example

White with #E18F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F50; }

 p { color: rgb(225,143,80); }

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

background-color css

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

 a { background-color: rgb(225,143,80); }

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

border-color css

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

 span { border-color: rgb(225,143,80); }

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