Html Css Color HEX #EA8F76 Dark Salmon

📋 copy color: '#EA8F76'

red 234 ◦ green 143 ◦ blue 118

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

Shades of Dark Salmon #EA8F76

Tints of Dark Salmon #EA8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 47.27%
G = 28.89%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA8F76 (or 0xEA8F76) is known color: Dark Salmon. HEX triplet: EA, 8F and 76. RGB value is (234,143,118). Sum of RGB (Red+Green+Blue) = 234+143+118=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F76 is #157089. Grayscale: #A7A7A7. Windows color (decimal): -1405066 or 7770090. OLE color: 7770090.

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

Color convert

RGB 234 143 118 -
CMYK 0 0.39 0.50 0.08
HSL 12.93º 0.73% 0.69% -
HSV(B) 12.93º 0.5% 0.92% -
XYZ 47.02 38.45 22.08 -
YUV 167.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 234 143 118 0 0.39 0.50 0.08 12.93 0.73 0.69
Hex EA 8F 76 0 27 32 8 D 49 45
Octal 352 217 166 0 47 62 10 15 111 105
Binary 11101010 10001111 1110110 0 100111 110010 1000 1101 1001001 1000101

Color Harmonies of #EA8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F76

Black with #EA8F76

Text Example


Text Example

White with #EA8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F76; }

 p { color: rgb(234,143,118); }

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

background-color css

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

 a { background-color: rgb(234,143,118); }

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

border-color css

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

 span { border-color: rgb(234,143,118); }

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