Html Css Color HEX #EC654F Flamingo

📋 copy color: '#EC654F'

red 236 ◦ green 101 ◦ blue 79

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

Shades of Flamingo #EC654F

Tints of Flamingo #EC654F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 56.73%
G = 24.28%
B = 18.99%

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

#EC654F (or 0xEC654F) is known color: Flamingo. HEX triplet: EC, 65 and 4F. RGB value is (236,101,79). Sum of RGB (Red+Green+Blue) = 236+101+79=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC654F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC654F is #139AB0. Grayscale: #8B8B8B. Windows color (decimal): -1284785 or 5203436. OLE color: 5203436.

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

Color convert

RGB 236 101 79 -
CMYK 0 0.57 0.67 0.07
HSL 8.41º 0.81% 0.62% -
HSV(B) 8.41º 0.67% 0.93% -
XYZ 40.66 27.7 10.6 -
YUV 138.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 236 101 79 0 0.57 0.67 0.07 8.41 0.81 0.62
Hex EC 65 4F 0 39 43 7 8 51 3E
Octal 354 145 117 0 71 103 7 10 121 76
Binary 11101100 1100101 1001111 0 111001 1000011 111 1000 1010001 111110

Color Harmonies of #EC654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC654F

Black with #EC654F

Text Example


Text Example

White with #EC654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC654F; }

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

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

background-color css

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

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

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

border-color css

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

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

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