Html Css Color HEX #E18445 Flamenco

📋 copy color: '#E18445'

red 225 ◦ green 132 ◦ blue 69

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

Shades of Flamenco #E18445

Tints of Flamenco #E18445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 52.82%
G = 30.99%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E18445 (or 0xE18445) is known color: Flamenco. HEX triplet: E1, 84 and 45. RGB value is (225,132,69). Sum of RGB (Red+Green+Blue) = 225+132+69=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E18445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18445 is #1E7BBA. Grayscale: #989898. Windows color (decimal): -1997755 or 4556001. OLE color: 4556001.

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

Color convert

RGB 225 132 69 -
CMYK 0 0.41 0.69 0.12
HSL 24.23º 0.72% 0.58% -
HSV(B) 24.23º 0.69% 0.88% -
XYZ 40.38 32.94 9.86 -
YUV 152.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 225 132 69 0 0.41 0.69 0.12 24.23 0.72 0.58
Hex E1 84 45 0 29 45 C 18 48 3A
Octal 341 204 105 0 51 105 14 30 110 72
Binary 11100001 10000100 1000101 0 101001 1000101 1100 11000 1001000 111010

Color Harmonies of #E18445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18445

Black with #E18445

Text Example


Text Example

White with #E18445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18445; }

 p { color: rgb(225,132,69); }

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

background-color css

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

 a { background-color: rgb(225,132,69); }

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

border-color css

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

 span { border-color: rgb(225,132,69); }

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