Html Css Color HEX #EA9F7B Dark Salmon

📋 copy color: '#EA9F7B'

red 234 ◦ green 159 ◦ blue 123

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

Shades of Dark Salmon #EA9F7B

Tints of Dark Salmon #EA9F7B

RGB

 RED value IS 234 (91.8% from 255) = 45.35%

 GREEN value IS 159 (62.5% from 255) = 30.81%

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

R = 45.35%
G = 30.81%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA9F7B (or 0xEA9F7B) is known color: Dark Salmon. HEX triplet: EA, 9F and 7B. RGB value is (234,159,123). Sum of RGB (Red+Green+Blue) = 234+159+123=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F7B is #156084. Grayscale: #B1B1B1. Windows color (decimal): -1400965 or 8101866. OLE color: 8101866.

HSL color Cylindrical-coordinate representation of color #EA9F7B: hue angle of 19.46º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA9F7B is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 123 -
CMYK 0 0.32 0.47 0.08
HSL 19.46º 0.73% 0.7% -
HSV(B) 19.46º 0.47% 0.92% -
XYZ 49.9 43.72 24.55 -
YUV 177.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 234 159 123 0 0.32 0.47 0.08 19.46 0.73 0.7
Hex EA 9F 7B 0 20 2F 8 13 49 46
Octal 352 237 173 0 40 57 10 23 111 106
Binary 11101010 10011111 1111011 0 100000 101111 1000 10011 1001001 1000110

Color Harmonies of #EA9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F7B

Black with #EA9F7B

Text Example


Text Example

White with #EA9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F7B; }

 p { color: rgb(234,159,123); }

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

background-color css

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

 a { background-color: rgb(234,159,123); }

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

border-color css

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

 span { border-color: rgb(234,159,123); }

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