Html Css Color HEX #EF7B66 Salmon

📋 copy color: '#EF7B66'

red 239 ◦ green 123 ◦ blue 102

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

Shades of Salmon #EF7B66

Tints of Salmon #EF7B66

RGB

 RED value IS 239 (93.75% from 255) = 51.51%

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 51.51%
G = 26.51%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7B66 (or 0xEF7B66) is known color: Salmon. HEX triplet: EF, 7B and 66. RGB value is (239,123,102). Sum of RGB (Red+Green+Blue) = 239+123+102=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B66 is #108499. Grayscale: #9B9B9B. Windows color (decimal): -1082522 or 6716399. OLE color: 6716399.

HSL color Cylindrical-coordinate representation of color #EF7B66: hue angle of 9.2º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7B66 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 123 102 -
CMYK 0 0.49 0.57 0.06
HSL 9.2º 0.81% 0.67% -
HSV(B) 9.2º 0.57% 0.94% -
XYZ 45.08 33.48 16.66 -
YUV 155.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 239 123 102 0 0.49 0.57 0.06 9.2 0.81 0.67
Hex EF 7B 66 0 31 39 6 9 51 43
Octal 357 173 146 0 61 71 6 11 121 103
Binary 11101111 1111011 1100110 0 110001 111001 110 1001 1010001 1000011

Color Harmonies of #EF7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B66

Black with #EF7B66

Text Example


Text Example

White with #EF7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B66; }

 p { color: rgb(239,123,102); }

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

background-color css

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

 a { background-color: rgb(239,123,102); }

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

border-color css

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

 span { border-color: rgb(239,123,102); }

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