Html Css Color HEX #EC6554 Flamingo

📋 copy color: '#EC6554'

red 236 ◦ green 101 ◦ blue 84

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

Shades of Flamingo #EC6554

Tints of Flamingo #EC6554

RGB

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

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

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

R = 56.06%
G = 23.99%
B = 19.95%

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

#EC6554 (or 0xEC6554) is known color: Flamingo. HEX triplet: EC, 65 and 54. RGB value is (236,101,84). Sum of RGB (Red+Green+Blue) = 236+101+84=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6554 is #139AAB. Grayscale: #8B8B8B. Windows color (decimal): -1284780 or 5531116. OLE color: 5531116.

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

Color convert

RGB 236 101 84 -
CMYK 0 0.57 0.64 0.07
HSL 6.71º 0.8% 0.63% -
HSV(B) 6.71º 0.64% 0.93% -
XYZ 40.85 27.78 11.6 -
YUV 139.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 236 101 84 0 0.57 0.64 0.07 6.71 0.8 0.63
Hex EC 65 54 0 39 40 7 7 50 3F
Octal 354 145 124 0 71 100 7 7 120 77
Binary 11101100 1100101 1010100 0 111001 1000000 111 111 1010000 111111

Color Harmonies of #EC6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6554

Black with #EC6554

Text Example


Text Example

White with #EC6554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6554; }

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

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

background-color css

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

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

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

border-color css

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

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

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