Html Css Color HEX #EF907D Dark Salmon

📋 copy color: '#EF907D'

red 239 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #EF907D

Tints of Dark Salmon #EF907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 47.05%
G = 28.35%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF907D (or 0xEF907D) is known color: Dark Salmon. HEX triplet: EF, 90 and 7D. RGB value is (239,144,125). Sum of RGB (Red+Green+Blue) = 239+144+125=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF907D is #106F82. Grayscale: #AAAAAA. Windows color (decimal): -1077123 or 8229103. OLE color: 8229103.

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

Color convert

RGB 239 144 125 -
CMYK 0 0.40 0.48 0.06
HSL 10º 0.78% 0.71% -
HSV(B) 10º 0.48% 0.94% -
XYZ 49.27 39.78 24.48 -
YUV 170.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 239 144 125 0 0.40 0.48 0.06 10 0.78 0.71
Hex EF 90 7D 0 28 30 6 A 4E 47
Octal 357 220 175 0 50 60 6 12 116 107
Binary 11101111 10010000 1111101 0 101000 110000 110 1010 1001110 1000111

Color Harmonies of #EF907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF907D

Black with #EF907D

Text Example


Text Example

White with #EF907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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