Html Css Color HEX #EC654B Flamingo

📋 copy color: '#EC654B'

red 236 ◦ green 101 ◦ blue 75

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

Shades of Flamingo #EC654B

Tints of Flamingo #EC654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 57.28%
G = 24.51%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC654B (or 0xEC654B) is known color: Flamingo. HEX triplet: EC, 65 and 4B. RGB value is (236,101,75). Sum of RGB (Red+Green+Blue) = 236+101+75=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC654B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC654B is #139AB4. Grayscale: #8A8A8A. Windows color (decimal): -1284789 or 4941292. OLE color: 4941292.

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

Color convert

RGB 236 101 75 -
CMYK 0 0.57 0.68 0.07
HSL 9.69º 0.81% 0.61% -
HSV(B) 9.69º 0.68% 0.93% -
XYZ 40.52 27.65 9.86 -
YUV 138.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 236 101 75 0 0.57 0.68 0.07 9.69 0.81 0.61
Hex EC 65 4B 0 39 44 7 A 51 3D
Octal 354 145 113 0 71 104 7 12 121 75
Binary 11101100 1100101 1001011 0 111001 1000100 111 1010 1010001 111101

Color Harmonies of #EC654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC654B

Black with #EC654B

Text Example


Text Example

White with #EC654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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