Html Css Color HEX #EFA27C Dark Salmon

📋 copy color: '#EFA27C'

red 239 ◦ green 162 ◦ blue 124

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

Shades of Dark Salmon #EFA27C

Tints of Dark Salmon #EFA27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 45.52%
G = 30.86%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFA27C (or 0xEFA27C) is known color: Dark Salmon. HEX triplet: EF, A2 and 7C. RGB value is (239,162,124). Sum of RGB (Red+Green+Blue) = 239+162+124=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA27C is #105D83. Grayscale: #B4B4B4. Windows color (decimal): -1072516 or 8168175. OLE color: 8168175.

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

Color convert

RGB 239 162 124 -
CMYK 0 0.32 0.48 0.06
HSL 19.83º 0.78% 0.71% -
HSV(B) 19.83º 0.48% 0.94% -
XYZ 52.16 45.65 25.13 -
YUV 180.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 239 162 124 0 0.32 0.48 0.06 19.83 0.78 0.71
Hex EF A2 7C 0 20 30 6 14 4E 47
Octal 357 242 174 0 40 60 6 24 116 107
Binary 11101111 10100010 1111100 0 100000 110000 110 10100 1001110 1000111

Color Harmonies of #EFA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA27C

Black with #EFA27C

Text Example


Text Example

White with #EFA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA27C; }

 p { color: rgb(239,162,124); }

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

background-color css

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

 a { background-color: rgb(239,162,124); }

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

border-color css

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

 span { border-color: rgb(239,162,124); }

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