Html Css Color HEX #E18A50 Flamenco

📋 copy color: '#E18A50'

red 225 ◦ green 138 ◦ blue 80

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

Shades of Flamenco #E18A50

Tints of Flamenco #E18A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 50.79%
G = 31.15%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18A50 (or 0xE18A50) is known color: Flamenco. HEX triplet: E1, 8A and 50. RGB value is (225,138,80). Sum of RGB (Red+Green+Blue) = 225+138+80=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A50 is #1E75AF. Grayscale: #9D9D9D. Windows color (decimal): -1996208 or 5278433. OLE color: 5278433.

HSL color Cylindrical-coordinate representation of color #E18A50: hue angle of 24º 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 #E18A50 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 80 -
CMYK 0 0.39 0.64 0.12
HSL 24º 0.71% 0.6% -
HSV(B) 24º 0.64% 0.88% -
XYZ 41.59 34.76 12.11 -
YUV 157.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 225 138 80 0 0.39 0.64 0.12 24 0.71 0.6
Hex E1 8A 50 0 27 40 C 18 47 3C
Octal 341 212 120 0 47 100 14 30 107 74
Binary 11100001 10001010 1010000 0 100111 1000000 1100 11000 1000111 111100

Color Harmonies of #E18A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A50

Black with #E18A50

Text Example


Text Example

White with #E18A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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