Html Css Color HEX #EA9A81 Dark Salmon

📋 copy color: '#EA9A81'

red 234 ◦ green 154 ◦ blue 129

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

Shades of Dark Salmon #EA9A81

Tints of Dark Salmon #EA9A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.95%

R = 45.26%
G = 29.79%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA9A81 (or 0xEA9A81) is known color: Dark Salmon. HEX triplet: EA, 9A and 81. RGB value is (234,154,129). Sum of RGB (Red+Green+Blue) = 234+154+129=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A81 is #15657E. Grayscale: #AFAFAF. Windows color (decimal): -1402239 or 8493802. OLE color: 8493802.

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

Color convert

RGB 234 154 129 -
CMYK 0 0.34 0.45 0.08
HSL 14.29º 0.71% 0.71% -
HSV(B) 14.29º 0.45% 0.92% -
XYZ 49.45 42.19 26.31 -
YUV 175.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 234 154 129 0 0.34 0.45 0.08 14.29 0.71 0.71
Hex EA 9A 81 0 22 2D 8 E 47 47
Octal 352 232 201 0 42 55 10 16 107 107
Binary 11101010 10011010 10000001 0 100010 101101 1000 1110 1000111 1000111

Color Harmonies of #EA9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A81

Black with #EA9A81

Text Example


Text Example

White with #EA9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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