Html Css Color HEX #EFA27B Dark Salmon

📋 copy color: '#EFA27B'

red 239 ◦ green 162 ◦ blue 123

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

Shades of Dark Salmon #EFA27B

Tints of Dark Salmon #EFA27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.47%

R = 45.61%
G = 30.92%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFA27B (or 0xEFA27B) is known color: Dark Salmon. HEX triplet: EF, A2 and 7B. RGB value is (239,162,123). Sum of RGB (Red+Green+Blue) = 239+162+123=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA27B is #105D84. Grayscale: #B4B4B4. Windows color (decimal): -1072517 or 8102639. OLE color: 8102639.

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

Color convert

RGB 239 162 123 -
CMYK 0 0.32 0.49 0.06
HSL 20.17º 0.78% 0.71% -
HSV(B) 20.17º 0.49% 0.94% -
XYZ 52.09 45.62 24.8 -
YUV 180.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 239 162 123 0 0.32 0.49 0.06 20.17 0.78 0.71
Hex EF A2 7B 0 20 31 6 14 4E 47
Octal 357 242 173 0 40 61 6 24 116 107
Binary 11101111 10100010 1111011 0 100000 110001 110 10100 1001110 1000111

Color Harmonies of #EFA27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA27B

Black with #EFA27B

Text Example


Text Example

White with #EFA27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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