Html Css Color HEX #EC664A Flamingo

📋 copy color: '#EC664A'

red 236 ◦ green 102 ◦ blue 74

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

Shades of Flamingo #EC664A

Tints of Flamingo #EC664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 57.28%
G = 24.76%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC664A (or 0xEC664A) is known color: Flamingo. HEX triplet: EC, 66 and 4A. RGB value is (236,102,74). Sum of RGB (Red+Green+Blue) = 236+102+74=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC664A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC664A is #1399B5. Grayscale: #8B8B8B. Windows color (decimal): -1284534 or 4876012. OLE color: 4876012.

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

Color convert

RGB 236 102 74 -
CMYK 0 0.57 0.69 0.07
HSL 10.37º 0.81% 0.61% -
HSV(B) 10.37º 0.69% 0.93% -
XYZ 40.58 27.83 9.71 -
YUV 138.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 236 102 74 0 0.57 0.69 0.07 10.37 0.81 0.61
Hex EC 66 4A 0 39 45 7 A 51 3D
Octal 354 146 112 0 71 105 7 12 121 75
Binary 11101100 1100110 1001010 0 111001 1000101 111 1010 1010001 111101

Color Harmonies of #EC664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC664A

Black with #EC664A

Text Example


Text Example

White with #EC664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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