#EFA27D

Color #EFA27D Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EFA27D

Tints of Dark Salmon #EFA27D

Color information

#EFA27D (or 0xEFA27D) is unknown color: approx Dark Salmon. HEX triplet: EF, A2 and 7D. RGB value is (239,162,125). Sum of RGB (Red+Green+Blue) = 239+162+125=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA27D is #105D82. Grayscale: #B5B5B5. Windows color (decimal): -1072515 or 8233711. OLE color: 8233711.

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

Color convert

RGB239162125-
CMYK00.320.480.06
HSL19.47º78.08%71.37%-
HSV(B)19.47º47.7%93.73%-
XYZ52.2245.6725.47-
YUV180.896.51169.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=45.44%
G=30.80%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916212500.320.480.0619.4778.0871.37
HexEFA27D020306134e47
Octal35724217504060623116107
Binary1110111110100010111110101000001100001101001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA27D; }

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

 H1.HeaderClassName
 {
   color: #EFA27D;
 }
 .AnyTagClassName
 {
   color: #EFA27D;
 }
</style>
background-color css

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

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

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

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

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

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