Html Css Color HEX #E18D4F Flamenco

📋 copy color: '#E18D4F'

red 225 ◦ green 141 ◦ blue 79

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

Shades of Flamenco #E18D4F

Tints of Flamenco #E18D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 79 (31.25% from 255) = 17.75%

R = 50.56%
G = 31.69%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E18D4F (or 0xE18D4F) is known color: Flamenco. HEX triplet: E1, 8D and 4F. RGB value is (225,141,79). Sum of RGB (Red+Green+Blue) = 225+141+79=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D4F is #1E72B0. Grayscale: #9F9F9F. Windows color (decimal): -1995441 or 5213665. OLE color: 5213665.

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

Color convert

RGB 225 141 79 -
CMYK 0 0.37 0.65 0.12
HSL 25.48º 0.71% 0.6% -
HSV(B) 25.48º 0.65% 0.88% -
XYZ 41.99 35.62 12.06 -
YUV 159.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 225 141 79 0 0.37 0.65 0.12 25.48 0.71 0.6
Hex E1 8D 4F 0 25 41 C 19 47 3C
Octal 341 215 117 0 45 101 14 31 107 74
Binary 11100001 10001101 1001111 0 100101 1000001 1100 11001 1000111 111100

Color Harmonies of #E18D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D4F

Black with #E18D4F

Text Example


Text Example

White with #E18D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D4F; }

 p { color: rgb(225,141,79); }

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

background-color css

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

 a { background-color: rgb(225,141,79); }

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

border-color css

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

 span { border-color: rgb(225,141,79); }

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