Html Css Color HEX #E06C4A Flamingo

📋 copy color: '#E06C4A'

red 224 ◦ green 108 ◦ blue 74

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

Shades of Flamingo #E06C4A

Tints of Flamingo #E06C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 55.17%
G = 26.6%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E06C4A (or 0xE06C4A) is known color: Flamingo. HEX triplet: E0, 6C and 4A. RGB value is (224,108,74). Sum of RGB (Red+Green+Blue) = 224+108+74=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C4A is #1F93B5. Grayscale: #8B8B8B. Windows color (decimal): -2069430 or 4877536. OLE color: 4877536.

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

Color convert

RGB 224 108 74 -
CMYK 0 0.52 0.67 0.12
HSL 13.6º 0.71% 0.58% -
HSV(B) 13.6º 0.67% 0.88% -
XYZ 37.34 27.07 9.74 -
YUV 138.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 224 108 74 0 0.52 0.67 0.12 13.6 0.71 0.58
Hex E0 6C 4A 0 34 43 C E 47 3A
Octal 340 154 112 0 64 103 14 16 107 72
Binary 11100000 1101100 1001010 0 110100 1000011 1100 1110 1000111 111010

Color Harmonies of #E06C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C4A

Black with #E06C4A

Text Example


Text Example

White with #E06C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C4A; }

 p { color: rgb(224,108,74); }

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

background-color css

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

 a { background-color: rgb(224,108,74); }

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

border-color css

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

 span { border-color: rgb(224,108,74); }

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