Html Css Color HEX #EFA27A Dark Salmon

📋 copy color: '#EFA27A'

red 239 ◦ green 162 ◦ blue 122

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

Shades of Dark Salmon #EFA27A

Tints of Dark Salmon #EFA27A

RGB

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

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

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

R = 45.7%
G = 30.98%
B = 23.33%

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

#EFA27A (or 0xEFA27A) is known color: Dark Salmon. HEX triplet: EF, A2 and 7A. RGB value is (239,162,122). Sum of RGB (Red+Green+Blue) = 239+162+122=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA27A is #105D85. Grayscale: #B4B4B4. Windows color (decimal): -1072518 or 8037103. OLE color: 8037103.

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

Color convert

RGB 239 162 122 -
CMYK 0 0.32 0.49 0.06
HSL 20.51º 0.79% 0.71% -
HSV(B) 20.51º 0.49% 0.94% -
XYZ 52.03 45.6 24.47 -
YUV 180.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 239 162 122 0 0.32 0.49 0.06 20.51 0.79 0.71
Hex EF A2 7A 0 20 31 6 15 4F 47
Octal 357 242 172 0 40 61 6 25 117 107
Binary 11101111 10100010 1111010 0 100000 110001 110 10101 1001111 1000111

Color Harmonies of #EFA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA27A

Black with #EFA27A

Text Example


Text Example

White with #EFA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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