Html Css Color HEX #EC686A Froly

📋 copy color: '#EC686A'

red 236 ◦ green 104 ◦ blue 106

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

Shades of Froly #EC686A

Tints of Froly #EC686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 52.91%
G = 23.32%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC686A (or 0xEC686A) is known color: Froly. HEX triplet: EC, 68 and 6A. RGB value is (236,104,106). Sum of RGB (Red+Green+Blue) = 236+104+106=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC686A is #139795. Grayscale: #8F8F8F. Windows color (decimal): -1283990 or 6973676. OLE color: 6973676.

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

Color convert

RGB 236 104 106 -
CMYK 0 0.56 0.55 0.07
HSL 359.09º 0.78% 0.67% -
HSV(B) 359.09º 0.56% 0.93% -
XYZ 42.14 28.77 16.97 -
YUV 143.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 236 104 106 0 0.56 0.55 0.07 359.09 0.78 0.67
Hex EC 68 6A 0 38 37 7 167 4E 43
Octal 354 150 152 0 70 67 7 547 116 103
Binary 11101100 1101000 1101010 0 111000 110111 111 101100111 1001110 1000011

Color Harmonies of #EC686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC686A

Black with #EC686A

Text Example


Text Example

White with #EC686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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