Html Css Color HEX #EA8C7D Dark Salmon

📋 copy color: '#EA8C7D'

red 234 ◦ green 140 ◦ blue 125

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

Shades of Dark Salmon #EA8C7D

Tints of Dark Salmon #EA8C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.06%

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 46.89%
G = 28.06%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA8C7D (or 0xEA8C7D) is known color: Dark Salmon. HEX triplet: EA, 8C and 7D. RGB value is (234,140,125). Sum of RGB (Red+Green+Blue) = 234+140+125=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C7D is #157382. Grayscale: #A6A6A6. Windows color (decimal): -1405827 or 8228074. OLE color: 8228074.

HSL color Cylindrical-coordinate representation of color #EA8C7D: hue angle of 8.26º degrees, saturation: 0.72, 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 #EA8C7D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 125 -
CMYK 0 0.40 0.47 0.08
HSL 8.26º 0.72% 0.7% -
HSV(B) 8.26º 0.47% 0.92% -
XYZ 47.01 37.73 24.21 -
YUV 166.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 234 140 125 0 0.40 0.47 0.08 8.26 0.72 0.7
Hex EA 8C 7D 0 28 2F 8 8 48 46
Octal 352 214 175 0 50 57 10 10 110 106
Binary 11101010 10001100 1111101 0 101000 101111 1000 1000 1001000 1000110

Color Harmonies of #EA8C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C7D

Black with #EA8C7D

Text Example


Text Example

White with #EA8C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C7D; }

 p { color: rgb(234,140,125); }

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

background-color css

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

 a { background-color: rgb(234,140,125); }

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

border-color css

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

 span { border-color: rgb(234,140,125); }

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