Html Css Color HEX #EB8B7A Dark Salmon

📋 copy color: '#EB8B7A'

red 235 ◦ green 139 ◦ blue 122

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

Shades of Dark Salmon #EB8B7A

Tints of Dark Salmon #EB8B7A

RGB

 RED value IS 235 (92.19% from 255) = 47.38%

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 47.38%
G = 28.02%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB8B7A (or 0xEB8B7A) is known color: Dark Salmon. HEX triplet: EB, 8B and 7A. RGB value is (235,139,122). Sum of RGB (Red+Green+Blue) = 235+139+122=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B7A is #147485. Grayscale: #A5A5A5. Windows color (decimal): -1340550 or 8031211. OLE color: 8031211.

HSL color Cylindrical-coordinate representation of color #EB8B7A: hue angle of 9.03º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB8B7A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 122 -
CMYK 0 0.41 0.48 0.08
HSL 9.03º 0.74% 0.7% -
HSV(B) 9.03º 0.48% 0.92% -
XYZ 47.01 37.53 23.18 -
YUV 165.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 235 139 122 0 0.41 0.48 0.08 9.03 0.74 0.7
Hex EB 8B 7A 0 29 30 8 9 4A 46
Octal 353 213 172 0 51 60 10 11 112 106
Binary 11101011 10001011 1111010 0 101001 110000 1000 1001 1001010 1000110

Color Harmonies of #EB8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B7A

Black with #EB8B7A

Text Example


Text Example

White with #EB8B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B7A; }

 p { color: rgb(235,139,122); }

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

background-color css

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

 a { background-color: rgb(235,139,122); }

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

border-color css

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

 span { border-color: rgb(235,139,122); }

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