Html Css Color HEX #E18648 Flamenco

📋 copy color: '#E18648'

red 225 ◦ green 134 ◦ blue 72

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

Shades of Flamenco #E18648

Tints of Flamenco #E18648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 72 (28.52% from 255) = 16.71%

R = 52.2%
G = 31.09%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E18648 (or 0xE18648) is known color: Flamenco. HEX triplet: E1, 86 and 48. RGB value is (225,134,72). Sum of RGB (Red+Green+Blue) = 225+134+72=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E18648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18648 is #1E79B7. Grayscale: #9A9A9A. Windows color (decimal): -1997240 or 4753121. OLE color: 4753121.

HSL color Cylindrical-coordinate representation of color #E18648: hue angle of 24.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18648 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 72 -
CMYK 0 0.40 0.68 0.12
HSL 24.31º 0.72% 0.58% -
HSV(B) 24.31º 0.68% 0.88% -
XYZ 40.75 33.53 10.45 -
YUV 154.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 225 134 72 0 0.40 0.68 0.12 24.31 0.72 0.58
Hex E1 86 48 0 28 44 C 18 48 3A
Octal 341 206 110 0 50 104 14 30 110 72
Binary 11100001 10000110 1001000 0 101000 1000100 1100 11000 1001000 111010

Color Harmonies of #E18648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18648

Black with #E18648

Text Example


Text Example

White with #E18648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18648; }

 p { color: rgb(225,134,72); }

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

background-color css

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

 a { background-color: rgb(225,134,72); }

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

border-color css

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

 span { border-color: rgb(225,134,72); }

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