Html Css Color HEX #EC676D Froly

📋 copy color: '#EC676D'

red 236 ◦ green 103 ◦ blue 109

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

Shades of Froly #EC676D

Tints of Froly #EC676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.99%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 52.68%
G = 22.99%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC676D (or 0xEC676D) is known color: Froly. HEX triplet: EC, 67 and 6D. RGB value is (236,103,109). Sum of RGB (Red+Green+Blue) = 236+103+109=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC676D is #139892. Grayscale: #8F8F8F. Windows color (decimal): -1284243 or 7170028. OLE color: 7170028.

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

Color convert

RGB 236 103 109 -
CMYK 0 0.56 0.54 0.07
HSL 357.29º 0.78% 0.66% -
HSV(B) 357.29º 0.56% 0.93% -
XYZ 42.2 28.64 17.77 -
YUV 143.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 236 103 109 0 0.56 0.54 0.07 357.29 0.78 0.66
Hex EC 67 6D 0 38 36 7 165 4E 42
Octal 354 147 155 0 70 66 7 545 116 102
Binary 11101100 1100111 1101101 0 111000 110110 111 101100101 1001110 1000010

Color Harmonies of #EC676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC676D

Black with #EC676D

Text Example


Text Example

White with #EC676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC676D; }

 p { color: rgb(236,103,109); }

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

background-color css

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

 a { background-color: rgb(236,103,109); }

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

border-color css

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

 span { border-color: rgb(236,103,109); }

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