Html Css Color HEX #E06549 Flamingo

📋 copy color: '#E06549'

red 224 ◦ green 101 ◦ blue 73

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

Shades of Flamingo #E06549

Tints of Flamingo #E06549

RGB

 RED value IS 224 (87.89% from 255) = 56.28%

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 56.28%
G = 25.38%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E06549 (or 0xE06549) is known color: Flamingo. HEX triplet: E0, 65 and 49. RGB value is (224,101,73). Sum of RGB (Red+Green+Blue) = 224+101+73=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06549 is #1F9AB6. Grayscale: #868686. Windows color (decimal): -2071223 or 4810208. OLE color: 4810208.

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

Color convert

RGB 224 101 73 -
CMYK 0 0.55 0.67 0.12
HSL 11.13º 0.71% 0.58% -
HSV(B) 11.13º 0.67% 0.88% -
XYZ 36.6 25.64 9.32 -
YUV 134.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 224 101 73 0 0.55 0.67 0.12 11.13 0.71 0.58
Hex E0 65 49 0 37 43 C B 47 3A
Octal 340 145 111 0 67 103 14 13 107 72
Binary 11100000 1100101 1001001 0 110111 1000011 1100 1011 1000111 111010

Color Harmonies of #E06549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06549

Black with #E06549

Text Example


Text Example

White with #E06549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06549; }

 p { color: rgb(224,101,73); }

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

background-color css

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

 a { background-color: rgb(224,101,73); }

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

border-color css

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

 span { border-color: rgb(224,101,73); }

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