Html Css Color HEX #EF907B Dark Salmon

📋 copy color: '#EF907B'

red 239 ◦ green 144 ◦ blue 123

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

Shades of Dark Salmon #EF907B

Tints of Dark Salmon #EF907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 47.23%
G = 28.46%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF907B (or 0xEF907B) is known color: Dark Salmon. HEX triplet: EF, 90 and 7B. RGB value is (239,144,123). Sum of RGB (Red+Green+Blue) = 239+144+123=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF907B is #106F84. Grayscale: #AAAAAA. Windows color (decimal): -1077125 or 8098031. OLE color: 8098031.

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

Color convert

RGB 239 144 123 -
CMYK 0 0.40 0.49 0.06
HSL 10.86º 0.78% 0.71% -
HSV(B) 10.86º 0.49% 0.94% -
XYZ 49.15 39.73 23.82 -
YUV 170.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 239 144 123 0 0.40 0.49 0.06 10.86 0.78 0.71
Hex EF 90 7B 0 28 31 6 B 4E 47
Octal 357 220 173 0 50 61 6 13 116 107
Binary 11101111 10010000 1111011 0 101000 110001 110 1011 1001110 1000111

Color Harmonies of #EF907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF907B

Black with #EF907B

Text Example


Text Example

White with #EF907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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