Html Css Color HEX #EF8F7A Dark Salmon

📋 copy color: '#EF8F7A'

red 239 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #EF8F7A

Tints of Dark Salmon #EF8F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.37%

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

R = 47.42%
G = 28.37%
B = 24.21%

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

#EF8F7A (or 0xEF8F7A) is known color: Dark Salmon. HEX triplet: EF, 8F and 7A. RGB value is (239,143,122). Sum of RGB (Red+Green+Blue) = 239+143+122=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F7A is #107085. Grayscale: #A9A9A9. Windows color (decimal): -1077382 or 8032239. OLE color: 8032239.

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

Color convert

RGB 239 143 122 -
CMYK 0 0.40 0.49 0.06
HSL 10.77º 0.79% 0.71% -
HSV(B) 10.77º 0.49% 0.94% -
XYZ 48.93 39.4 23.44 -
YUV 169.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 239 143 122 0 0.40 0.49 0.06 10.77 0.79 0.71
Hex EF 8F 7A 0 28 31 6 B 4F 47
Octal 357 217 172 0 50 61 6 13 117 107
Binary 11101111 10001111 1111010 0 101000 110001 110 1011 1001111 1000111

Color Harmonies of #EF8F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F7A

Black with #EF8F7A

Text Example


Text Example

White with #EF8F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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