Html Css Color HEX #EF906B Dark Salmon

📋 copy color: '#EF906B'

red 239 ◦ green 144 ◦ blue 107

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

Shades of Dark Salmon #EF906B

Tints of Dark Salmon #EF906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.39%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 48.78%
G = 29.39%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF906B (or 0xEF906B) is known color: Dark Salmon. HEX triplet: EF, 90 and 6B. RGB value is (239,144,107). Sum of RGB (Red+Green+Blue) = 239+144+107=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF906B is #106F94. Grayscale: #A8A8A8. Windows color (decimal): -1077141 or 7049455. OLE color: 7049455.

HSL color Cylindrical-coordinate representation of color #EF906B: hue angle of 16.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF906B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 107 -
CMYK 0 0.40 0.55 0.06
HSL 16.82º 0.8% 0.68% -
HSV(B) 16.82º 0.55% 0.94% -
XYZ 48.22 39.36 18.97 -
YUV 168.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 239 144 107 0 0.40 0.55 0.06 16.82 0.8 0.68
Hex EF 90 6B 0 28 37 6 11 50 44
Octal 357 220 153 0 50 67 6 21 120 104
Binary 11101111 10010000 1101011 0 101000 110111 110 10001 1010000 1000100

Color Harmonies of #EF906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF906B

Black with #EF906B

Text Example


Text Example

White with #EF906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF906B; }

 p { color: rgb(239,144,107); }

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

background-color css

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

 a { background-color: rgb(239,144,107); }

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

border-color css

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

 span { border-color: rgb(239,144,107); }

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