Html Css Color HEX #EC6654 Flamingo

📋 copy color: '#EC6654'

red 236 ◦ green 102 ◦ blue 84

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

Shades of Flamingo #EC6654

Tints of Flamingo #EC6654

RGB

 RED value IS 236 (92.58% from 255) = 55.92%

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 55.92%
G = 24.17%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC6654 (or 0xEC6654) is known color: Flamingo. HEX triplet: EC, 66 and 54. RGB value is (236,102,84). Sum of RGB (Red+Green+Blue) = 236+102+84=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6654 is #1399AB. Grayscale: #8C8C8C. Windows color (decimal): -1284524 or 5531372. OLE color: 5531372.

HSL color Cylindrical-coordinate representation of color #EC6654: hue angle of 7.11º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC6654 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 84 -
CMYK 0 0.57 0.64 0.07
HSL 7.11º 0.8% 0.63% -
HSV(B) 7.11º 0.64% 0.93% -
XYZ 40.94 27.98 11.63 -
YUV 140.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 236 102 84 0 0.57 0.64 0.07 7.11 0.8 0.63
Hex EC 66 54 0 39 40 7 7 50 3F
Octal 354 146 124 0 71 100 7 7 120 77
Binary 11101100 1100110 1010100 0 111001 1000000 111 111 1010000 111111

Color Harmonies of #EC6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6654

Black with #EC6654

Text Example


Text Example

White with #EC6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6654; }

 p { color: rgb(236,102,84); }

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

background-color css

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

 a { background-color: rgb(236,102,84); }

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

border-color css

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

 span { border-color: rgb(236,102,84); }

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