Html Css Color HEX #EF8C7A Dark Salmon

📋 copy color: '#EF8C7A'

red 239 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #EF8C7A

Tints of Dark Salmon #EF8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

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

R = 47.7%
G = 27.94%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF8C7A (or 0xEF8C7A) is known color: Dark Salmon. HEX triplet: EF, 8C and 7A. RGB value is (239,140,122). Sum of RGB (Red+Green+Blue) = 239+140+122=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C7A is #107385. Grayscale: #A7A7A7. Windows color (decimal): -1078150 or 8031471. OLE color: 8031471.

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

Color convert

RGB 239 140 122 -
CMYK 0 0.41 0.49 0.06
HSL 9.23º 0.79% 0.71% -
HSV(B) 9.23º 0.49% 0.94% -
XYZ 48.49 38.51 23.29 -
YUV 167.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 239 140 122 0 0.41 0.49 0.06 9.23 0.79 0.71
Hex EF 8C 7A 0 29 31 6 9 4F 47
Octal 357 214 172 0 51 61 6 11 117 107
Binary 11101111 10001100 1111010 0 101001 110001 110 1001 1001111 1000111

Color Harmonies of #EF8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C7A

Black with #EF8C7A

Text Example


Text Example

White with #EF8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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