Html Css Color HEX #EC6847 Flamingo

📋 copy color: '#EC6847'

red 236 ◦ green 104 ◦ blue 71

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

Shades of Flamingo #EC6847

Tints of Flamingo #EC6847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 71 (28.13% from 255) = 17.27%

R = 57.42%
G = 25.3%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6847 (or 0xEC6847) is known color: Flamingo. HEX triplet: EC, 68 and 47. RGB value is (236,104,71). Sum of RGB (Red+Green+Blue) = 236+104+71=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6847 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6847 is #1397B8. Grayscale: #8B8B8B. Windows color (decimal): -1284025 or 4679916. OLE color: 4679916.

HSL color Cylindrical-coordinate representation of color #EC6847: hue angle of 12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6847 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 104 71 -
CMYK 0 0.56 0.70 0.07
HSL 12º 0.81% 0.6% -
HSV(B) 12º 0.7% 0.93% -
XYZ 40.68 28.19 9.26 -
YUV 139.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 236 104 71 0 0.56 0.70 0.07 12 0.81 0.6
Hex EC 68 47 0 38 46 7 C 51 3C
Octal 354 150 107 0 70 106 7 14 121 74
Binary 11101100 1101000 1000111 0 111000 1000110 111 1100 1010001 111100

Color Harmonies of #EC6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6847

Black with #EC6847

Text Example


Text Example

White with #EC6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6847; }

 p { color: rgb(236,104,71); }

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

background-color css

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

 a { background-color: rgb(236,104,71); }

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

border-color css

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

 span { border-color: rgb(236,104,71); }

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