Html Css Color HEX #EFA27D Dark Salmon

📋 copy color: '#EFA27D'

red 239 ◦ green 162 ◦ blue 125

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

Shades of Dark Salmon #EFA27D

Tints of Dark Salmon #EFA27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 45.44%
G = 30.8%
B = 23.76%

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

#EFA27D (or 0xEFA27D) is known color: 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

RGB 239 162 125 -
CMYK 0 0.32 0.48 0.06
HSL 19.47º 0.78% 0.71% -
HSV(B) 19.47º 0.48% 0.94% -
XYZ 52.22 45.67 25.47 -
YUV 180.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 239 162 125 0 0.32 0.48 0.06 19.47 0.78 0.71
Hex EF A2 7D 0 20 30 6 13 4E 47
Octal 357 242 175 0 40 60 6 23 116 107
Binary 11101111 10100010 1111101 0 100000 110000 110 10011 1001110 1000111

Color Harmonies of #EFA27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA27D

Black with #EFA27D

Text Example


Text Example

White with #EFA27D

Text Example


Text Example

HTML Codes & Css Web 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>