Html Css Color HEX #EF9A7A Dark Salmon

📋 copy color: '#EF9A7A'

red 239 ◦ green 154 ◦ blue 122

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

Shades of Dark Salmon #EF9A7A

Tints of Dark Salmon #EF9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 122 (48.05% from 255) = 23.69%

R = 46.41%
G = 29.9%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9A7A (or 0xEF9A7A) is known color: Dark Salmon. HEX triplet: EF, 9A and 7A. RGB value is (239,154,122). Sum of RGB (Red+Green+Blue) = 239+154+122=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A7A is #106585. Grayscale: #AFAFAF. Windows color (decimal): -1074566 or 8035055. OLE color: 8035055.

HSL color Cylindrical-coordinate representation of color #EF9A7A: hue angle of 16.41º degrees, saturation: 0.79, 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 #EF9A7A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 122 -
CMYK 0 0.36 0.49 0.06
HSL 16.41º 0.79% 0.71% -
HSV(B) 16.41º 0.49% 0.94% -
XYZ 50.67 42.87 24.02 -
YUV 175.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 239 154 122 0 0.36 0.49 0.06 16.41 0.79 0.71
Hex EF 9A 7A 0 24 31 6 10 4F 47
Octal 357 232 172 0 44 61 6 20 117 107
Binary 11101111 10011010 1111010 0 100100 110001 110 10000 1001111 1000111

Color Harmonies of #EF9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A7A

Black with #EF9A7A

Text Example


Text Example

White with #EF9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A7A; }

 p { color: rgb(239,154,122); }

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

background-color css

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

 a { background-color: rgb(239,154,122); }

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

border-color css

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

 span { border-color: rgb(239,154,122); }

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