Html Css Color HEX #E98B6E Dark Salmon

📋 copy color: '#E98B6E'

red 233 ◦ green 139 ◦ blue 110

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

Shades of Dark Salmon #E98B6E

Tints of Dark Salmon #E98B6E

RGB

 RED value IS 233 (91.41% from 255) = 48.34%

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 48.34%
G = 28.84%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E98B6E (or 0xE98B6E) is known color: Dark Salmon. HEX triplet: E9, 8B and 6E. RGB value is (233,139,110). Sum of RGB (Red+Green+Blue) = 233+139+110=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B6E is #167491. Grayscale: #A4A4A4. Windows color (decimal): -1471634 or 7244777. OLE color: 7244777.

HSL color Cylindrical-coordinate representation of color #E98B6E: hue angle of 14.15º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E98B6E is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 139 110 -
CMYK 0 0.40 0.53 0.09
HSL 14.15º 0.74% 0.67% -
HSV(B) 14.15º 0.53% 0.91% -
XYZ 45.65 36.91 19.47 -
YUV 163.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 233 139 110 0 0.40 0.53 0.09 14.15 0.74 0.67
Hex E9 8B 6E 0 28 35 9 E 4A 43
Octal 351 213 156 0 50 65 11 16 112 103
Binary 11101001 10001011 1101110 0 101000 110101 1001 1110 1001010 1000011

Color Harmonies of #E98B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98B6E

Black with #E98B6E

Text Example


Text Example

White with #E98B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98B6E; }

 p { color: rgb(233,139,110); }

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

background-color css

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

 a { background-color: rgb(233,139,110); }

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

border-color css

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

 span { border-color: rgb(233,139,110); }

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