Html Css Color HEX #EA9679 Dark Salmon

📋 copy color: '#EA9679'

red 234 ◦ green 150 ◦ blue 121

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

Shades of Dark Salmon #EA9679

Tints of Dark Salmon #EA9679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.7%

 BLUE value IS 121 (47.66% from 255) = 23.96%

R = 46.34%
G = 29.7%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA9679 (or 0xEA9679) is known color: Dark Salmon. HEX triplet: EA, 96 and 79. RGB value is (234,150,121). Sum of RGB (Red+Green+Blue) = 234+150+121=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9679 is #156986. Grayscale: #ACACAC. Windows color (decimal): -1403271 or 7968490. OLE color: 7968490.

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

Color convert

RGB 234 150 121 -
CMYK 0 0.36 0.48 0.08
HSL 15.4º 0.73% 0.7% -
HSV(B) 15.4º 0.48% 0.92% -
XYZ 48.29 40.69 23.4 -
YUV 171.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 234 150 121 0 0.36 0.48 0.08 15.4 0.73 0.7
Hex EA 96 79 0 24 30 8 F 49 46
Octal 352 226 171 0 44 60 10 17 111 106
Binary 11101010 10010110 1111001 0 100100 110000 1000 1111 1001001 1000110

Color Harmonies of #EA9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9679

Black with #EA9679

Text Example


Text Example

White with #EA9679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9679; }

 p { color: rgb(234,150,121); }

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

background-color css

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

 a { background-color: rgb(234,150,121); }

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

border-color css

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

 span { border-color: rgb(234,150,121); }

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