Html Css Color HEX #EA8C7F Dark Salmon

📋 copy color: '#EA8C7F'

red 234 ◦ green 140 ◦ blue 127

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

Shades of Dark Salmon #EA8C7F

Tints of Dark Salmon #EA8C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 46.71%
G = 27.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA8C7F (or 0xEA8C7F) is known color: Dark Salmon. HEX triplet: EA, 8C and 7F. RGB value is (234,140,127). Sum of RGB (Red+Green+Blue) = 234+140+127=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C7F is #157380. Grayscale: #A6A6A6. Windows color (decimal): -1405825 or 8359146. OLE color: 8359146.

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

Color convert

RGB 234 140 127 -
CMYK 0 0.40 0.46 0.08
HSL 7.29º 0.72% 0.71% -
HSV(B) 7.29º 0.46% 0.92% -
XYZ 47.14 37.78 24.89 -
YUV 166.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 234 140 127 0 0.40 0.46 0.08 7.29 0.72 0.71
Hex EA 8C 7F 0 28 2E 8 7 48 47
Octal 352 214 177 0 50 56 10 7 110 107
Binary 11101010 10001100 1111111 0 101000 101110 1000 111 1001000 1000111

Color Harmonies of #EA8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C7F

Black with #EA8C7F

Text Example


Text Example

White with #EA8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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