Html Css Color HEX #E98B72 Dark Salmon

📋 copy color: '#E98B72'

red 233 ◦ green 139 ◦ blue 114

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

Shades of Dark Salmon #E98B72

Tints of Dark Salmon #E98B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 47.94%
G = 28.6%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E98B72 (or 0xE98B72) is known color: Dark Salmon. HEX triplet: E9, 8B and 72. RGB value is (233,139,114). Sum of RGB (Red+Green+Blue) = 233+139+114=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B72 is #16748D. Grayscale: #A4A4A4. Windows color (decimal): -1471630 or 7506921. OLE color: 7506921.

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

Color convert

RGB 233 139 114 -
CMYK 0 0.40 0.51 0.09
HSL 12.61º 0.73% 0.68% -
HSV(B) 12.61º 0.51% 0.91% -
XYZ 45.87 37 20.64 -
YUV 164.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 233 139 114 0 0.40 0.51 0.09 12.61 0.73 0.68
Hex E9 8B 72 0 28 33 9 D 49 44
Octal 351 213 162 0 50 63 11 15 111 104
Binary 11101001 10001011 1110010 0 101000 110011 1001 1101 1001001 1000100

Color Harmonies of #E98B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98B72

Black with #E98B72

Text Example


Text Example

White with #E98B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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