Html Css Color HEX #EC6142 Flamingo

📋 copy color: '#EC6142'

red 236 ◦ green 97 ◦ blue 66

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

Shades of Flamingo #EC6142

Tints of Flamingo #EC6142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 59.15%
G = 24.31%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6142 (or 0xEC6142) is known color: Flamingo. HEX triplet: EC, 61 and 42. RGB value is (236,97,66). Sum of RGB (Red+Green+Blue) = 236+97+66=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6142 is #139EBD. Grayscale: #878787. Windows color (decimal): -1285822 or 4350444. OLE color: 4350444.

HSL color Cylindrical-coordinate representation of color #EC6142: hue angle of 10.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC6142 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 66 -
CMYK 0 0.59 0.72 0.07
HSL 10.94º 0.82% 0.59% -
HSV(B) 10.94º 0.72% 0.93% -
XYZ 39.85 26.78 8.22 -
YUV 135.03 89.05 200.02 -
System Red Green Blue C M Y K H S L
Decimal 236 97 66 0 0.59 0.72 0.07 10.94 0.82 0.59
Hex EC 61 42 0 3B 48 7 B 52 3B
Octal 354 141 102 0 73 110 7 13 122 73
Binary 11101100 1100001 1000010 0 111011 1001000 111 1011 1010010 111011

Color Harmonies of #EC6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6142

Black with #EC6142

Text Example


Text Example

White with #EC6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6142; }

 p { color: rgb(236,97,66); }

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

background-color css

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

 a { background-color: rgb(236,97,66); }

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

border-color css

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

 span { border-color: rgb(236,97,66); }

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