Html Css Color HEX #E18552 Flamenco

📋 copy color: '#E18552'

red 225 ◦ green 133 ◦ blue 82

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

Shades of Flamenco #E18552

Tints of Flamenco #E18552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 51.14%
G = 30.23%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18552 (or 0xE18552) is known color: Flamenco. HEX triplet: E1, 85 and 52. RGB value is (225,133,82). Sum of RGB (Red+Green+Blue) = 225+133+82=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E18552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18552 is #1E7AAD. Grayscale: #9A9A9A. Windows color (decimal): -1997486 or 5408225. OLE color: 5408225.

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

Color convert

RGB 225 133 82 -
CMYK 0 0.41 0.64 0.12
HSL 21.4º 0.7% 0.6% -
HSV(B) 21.4º 0.64% 0.88% -
XYZ 40.96 33.39 12.27 -
YUV 154.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 225 133 82 0 0.41 0.64 0.12 21.4 0.7 0.6
Hex E1 85 52 0 29 40 C 15 46 3C
Octal 341 205 122 0 51 100 14 25 106 74
Binary 11100001 10000101 1010010 0 101001 1000000 1100 10101 1000110 111100

Color Harmonies of #E18552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18552

Black with #E18552

Text Example


Text Example

White with #E18552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18552; }

 p { color: rgb(225,133,82); }

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

background-color css

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

 a { background-color: rgb(225,133,82); }

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

border-color css

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

 span { border-color: rgb(225,133,82); }

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