Html Css Color HEX #EA9A77 Dark Salmon

📋 copy color: '#EA9A77'

red 234 ◦ green 154 ◦ blue 119

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

Shades of Dark Salmon #EA9A77

Tints of Dark Salmon #EA9A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 46.15%
G = 30.37%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA9A77 (or 0xEA9A77) is known color: Dark Salmon. HEX triplet: EA, 9A and 77. RGB value is (234,154,119). Sum of RGB (Red+Green+Blue) = 234+154+119=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A77 is #156588. Grayscale: #AEAEAE. Windows color (decimal): -1402249 or 7838442. OLE color: 7838442.

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

Color convert

RGB 234 154 119 -
CMYK 0 0.34 0.49 0.08
HSL 18.26º 0.73% 0.69% -
HSV(B) 18.26º 0.49% 0.92% -
XYZ 48.82 41.94 22.97 -
YUV 173.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 234 154 119 0 0.34 0.49 0.08 18.26 0.73 0.69
Hex EA 9A 77 0 22 31 8 12 49 45
Octal 352 232 167 0 42 61 10 22 111 105
Binary 11101010 10011010 1110111 0 100010 110001 1000 10010 1001001 1000101

Color Harmonies of #EA9A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A77

Black with #EA9A77

Text Example


Text Example

White with #EA9A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A77; }

 p { color: rgb(234,154,119); }

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

background-color css

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

 a { background-color: rgb(234,154,119); }

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

border-color css

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

 span { border-color: rgb(234,154,119); }

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