Html Css Color HEX #EF9E7E Dark Salmon

📋 copy color: '#EF9E7E'

red 239 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #EF9E7E

Tints of Dark Salmon #EF9E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.21%

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

R = 45.7%
G = 30.21%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF9E7E (or 0xEF9E7E) is known color: Dark Salmon. HEX triplet: EF, 9E and 7E. RGB value is (239,158,126). Sum of RGB (Red+Green+Blue) = 239+158+126=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E7E is #106181. Grayscale: #B2B2B2. Windows color (decimal): -1073538 or 8298223. OLE color: 8298223.

HSL color Cylindrical-coordinate representation of color #EF9E7E: hue angle of 16.99º 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 #EF9E7E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 126 -
CMYK 0 0.34 0.47 0.06
HSL 16.99º 0.78% 0.72% -
HSV(B) 16.99º 0.47% 0.94% -
XYZ 51.59 44.31 25.57 -
YUV 178.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 239 158 126 0 0.34 0.47 0.06 16.99 0.78 0.72
Hex EF 9E 7E 0 22 2F 6 11 4E 48
Octal 357 236 176 0 42 57 6 21 116 110
Binary 11101111 10011110 1111110 0 100010 101111 110 10001 1001110 1001000

Color Harmonies of #EF9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E7E

Black with #EF9E7E

Text Example


Text Example

White with #EF9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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