Html Css Color HEX #EC7F66 Salmon

📋 copy color: '#EC7F66'

red 236 ◦ green 127 ◦ blue 102

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

Shades of Salmon #EC7F66

Tints of Salmon #EC7F66

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 50.75%
G = 27.31%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7F66 (or 0xEC7F66) is known color: Salmon. HEX triplet: EC, 7F and 66. RGB value is (236,127,102). Sum of RGB (Red+Green+Blue) = 236+127+102=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F66 is #138099. Grayscale: #9C9C9C. Windows color (decimal): -1278106 or 6717420. OLE color: 6717420.

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

Color convert

RGB 236 127 102 -
CMYK 0 0.46 0.57 0.07
HSL 11.19º 0.78% 0.66% -
HSV(B) 11.19º 0.57% 0.93% -
XYZ 44.58 33.97 16.78 -
YUV 156.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 236 127 102 0 0.46 0.57 0.07 11.19 0.78 0.66
Hex EC 7F 66 0 2E 39 7 B 4E 42
Octal 354 177 146 0 56 71 7 13 116 102
Binary 11101100 1111111 1100110 0 101110 111001 111 1011 1001110 1000010

Color Harmonies of #EC7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F66

Black with #EC7F66

Text Example


Text Example

White with #EC7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F66; }

 p { color: rgb(236,127,102); }

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

background-color css

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

 a { background-color: rgb(236,127,102); }

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

border-color css

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

 span { border-color: rgb(236,127,102); }

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