Html Css Color HEX #EC654D Flamingo

📋 copy color: '#EC654D'

red 236 ◦ green 101 ◦ blue 77

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

Shades of Flamingo #EC654D

Tints of Flamingo #EC654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 57%
G = 24.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC654D (or 0xEC654D) is known color: Flamingo. HEX triplet: EC, 65 and 4D. RGB value is (236,101,77). Sum of RGB (Red+Green+Blue) = 236+101+77=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC654D is #139AB2. Grayscale: #8A8A8A. Windows color (decimal): -1284787 or 5072364. OLE color: 5072364.

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

Color convert

RGB 236 101 77 -
CMYK 0 0.57 0.67 0.07
HSL 9.06º 0.81% 0.61% -
HSV(B) 9.06º 0.67% 0.93% -
XYZ 40.59 27.68 10.22 -
YUV 138.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 236 101 77 0 0.57 0.67 0.07 9.06 0.81 0.61
Hex EC 65 4D 0 39 43 7 9 51 3D
Octal 354 145 115 0 71 103 7 11 121 75
Binary 11101100 1100101 1001101 0 111001 1000011 111 1001 1010001 111101

Color Harmonies of #EC654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC654D

Black with #EC654D

Text Example


Text Example

White with #EC654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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