Html Css Color HEX #ED676A Froly

📋 copy color: '#ED676A'

red 237 ◦ green 103 ◦ blue 106

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

Shades of Froly #ED676A

Tints of Froly #ED676A

RGB

 RED value IS 237 (92.97% from 255) = 53.14%

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

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

R = 53.14%
G = 23.09%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED676A (or 0xED676A) is known color: Froly. HEX triplet: ED, 67 and 6A. RGB value is (237,103,106). Sum of RGB (Red+Green+Blue) = 237+103+106=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED676A is #129895. Grayscale: #8F8F8F. Windows color (decimal): -1218710 or 6973421. OLE color: 6973421.

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

Color convert

RGB 237 103 106 -
CMYK 0 0.57 0.55 0.07
HSL 358.66º 0.79% 0.67% -
HSV(B) 358.66º 0.57% 0.93% -
XYZ 42.38 28.75 16.95 -
YUV 143.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 237 103 106 0 0.57 0.55 0.07 358.66 0.79 0.67
Hex ED 67 6A 0 39 37 7 167 4F 43
Octal 355 147 152 0 71 67 7 547 117 103
Binary 11101101 1100111 1101010 0 111001 110111 111 101100111 1001111 1000011

Color Harmonies of #ED676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED676A

Black with #ED676A

Text Example


Text Example

White with #ED676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED676A; }

 p { color: rgb(237,103,106); }

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

background-color css

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

 a { background-color: rgb(237,103,106); }

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

border-color css

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

 span { border-color: rgb(237,103,106); }

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