Html Css Color HEX #E06D50 Flamingo

📋 copy color: '#E06D50'

red 224 ◦ green 109 ◦ blue 80

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

Shades of Flamingo #E06D50

Tints of Flamingo #E06D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 54.24%
G = 26.39%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06D50 (or 0xE06D50) is known color: Flamingo. HEX triplet: E0, 6D and 50. RGB value is (224,109,80). Sum of RGB (Red+Green+Blue) = 224+109+80=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D50 is #1F92AF. Grayscale: #8C8C8C. Windows color (decimal): -2069168 or 5271008. OLE color: 5271008.

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

Color convert

RGB 224 109 80 -
CMYK 0 0.51 0.64 0.12
HSL 12.08º 0.7% 0.6% -
HSV(B) 12.08º 0.64% 0.88% -
XYZ 37.66 27.36 10.89 -
YUV 140.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 224 109 80 0 0.51 0.64 0.12 12.08 0.7 0.6
Hex E0 6D 50 0 33 40 C C 46 3C
Octal 340 155 120 0 63 100 14 14 106 74
Binary 11100000 1101101 1010000 0 110011 1000000 1100 1100 1000110 111100

Color Harmonies of #E06D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D50

Black with #E06D50

Text Example


Text Example

White with #E06D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D50; }

 p { color: rgb(224,109,80); }

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

background-color css

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

 a { background-color: rgb(224,109,80); }

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

border-color css

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

 span { border-color: rgb(224,109,80); }

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