Html Css Color HEX #ED7F66 Salmon

📋 copy color: '#ED7F66'

red 237 ◦ green 127 ◦ blue 102

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

Shades of Salmon #ED7F66

Tints of Salmon #ED7F66

RGB

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

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

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

R = 50.86%
G = 27.25%
B = 21.89%

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

#ED7F66 (or 0xED7F66) is known color: Salmon. HEX triplet: ED, 7F and 66. RGB value is (237,127,102). Sum of RGB (Red+Green+Blue) = 237+127+102=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F66 is #128099. Grayscale: #9D9D9D. Windows color (decimal): -1212570 or 6717421. OLE color: 6717421.

HSL color Cylindrical-coordinate representation of color #ED7F66: hue angle of 11.11º degrees, saturation: 0.79, 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 #ED7F66 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 102 -
CMYK 0 0.46 0.57 0.07
HSL 11.11º 0.79% 0.66% -
HSV(B) 11.11º 0.57% 0.93% -
XYZ 44.91 34.14 16.79 -
YUV 157.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 237 127 102 0 0.46 0.57 0.07 11.11 0.79 0.66
Hex ED 7F 66 0 2E 39 7 B 4F 42
Octal 355 177 146 0 56 71 7 13 117 102
Binary 11101101 1111111 1100110 0 101110 111001 111 1011 1001111 1000010

Color Harmonies of #ED7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F66

Black with #ED7F66

Text Example


Text Example

White with #ED7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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