Html Css Color HEX #EA8D6C Dark Salmon

📋 copy color: '#EA8D6C'

red 234 ◦ green 141 ◦ blue 108

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

Shades of Dark Salmon #EA8D6C

Tints of Dark Salmon #EA8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 48.45%
G = 29.19%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA8D6C (or 0xEA8D6C) is known color: Dark Salmon. HEX triplet: EA, 8D and 6C. RGB value is (234,141,108). Sum of RGB (Red+Green+Blue) = 234+141+108=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D6C is #157293. Grayscale: #A5A5A5. Windows color (decimal): -1405588 or 7114218. OLE color: 7114218.

HSL color Cylindrical-coordinate representation of color #EA8D6C: hue angle of 15.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA8D6C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 108 -
CMYK 0 0.40 0.54 0.08
HSL 15.71º 0.75% 0.67% -
HSV(B) 15.71º 0.54% 0.92% -
XYZ 46.16 37.62 19.02 -
YUV 165.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 234 141 108 0 0.40 0.54 0.08 15.71 0.75 0.67
Hex EA 8D 6C 0 28 36 8 10 4B 43
Octal 352 215 154 0 50 66 10 20 113 103
Binary 11101010 10001101 1101100 0 101000 110110 1000 10000 1001011 1000011

Color Harmonies of #EA8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D6C

Black with #EA8D6C

Text Example


Text Example

White with #EA8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D6C; }

 p { color: rgb(234,141,108); }

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

background-color css

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

 a { background-color: rgb(234,141,108); }

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

border-color css

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

 span { border-color: rgb(234,141,108); }

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