Html Css Color HEX #EF967E Dark Salmon

📋 copy color: '#EF967E'

red 239 ◦ green 150 ◦ blue 126

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

Shades of Dark Salmon #EF967E

Tints of Dark Salmon #EF967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 46.41%
G = 29.13%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF967E (or 0xEF967E) is known color: Dark Salmon. HEX triplet: EF, 96 and 7E. RGB value is (239,150,126). Sum of RGB (Red+Green+Blue) = 239+150+126=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF967E is #106981. Grayscale: #AEAEAE. Windows color (decimal): -1075586 or 8296175. OLE color: 8296175.

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

Color convert

RGB 239 150 126 -
CMYK 0 0.37 0.47 0.06
HSL 12.74º 0.78% 0.72% -
HSV(B) 12.74º 0.47% 0.94% -
XYZ 50.27 41.67 25.13 -
YUV 173.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 239 150 126 0 0.37 0.47 0.06 12.74 0.78 0.72
Hex EF 96 7E 0 25 2F 6 D 4E 48
Octal 357 226 176 0 45 57 6 15 116 110
Binary 11101111 10010110 1111110 0 100101 101111 110 1101 1001110 1001000

Color Harmonies of #EF967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF967E

Black with #EF967E

Text Example


Text Example

White with #EF967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF967E; }

 p { color: rgb(239,150,126); }

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

background-color css

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

 a { background-color: rgb(239,150,126); }

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

border-color css

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

 span { border-color: rgb(239,150,126); }

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