Html Css Color HEX #E98F6C Dark Salmon

📋 copy color: '#E98F6C'

red 233 ◦ green 143 ◦ blue 108

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

Shades of Dark Salmon #E98F6C

Tints of Dark Salmon #E98F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 48.14%
G = 29.55%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E98F6C (or 0xE98F6C) is known color: Dark Salmon. HEX triplet: E9, 8F and 6C. RGB value is (233,143,108). Sum of RGB (Red+Green+Blue) = 233+143+108=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F6C is #167093. Grayscale: #A6A6A6. Windows color (decimal): -1470612 or 7114729. OLE color: 7114729.

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

Color convert

RGB 233 143 108 -
CMYK 0 0.39 0.54 0.09
HSL 16.8º 0.74% 0.67% -
HSV(B) 16.8º 0.54% 0.91% -
XYZ 46.13 38.05 19.1 -
YUV 165.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 233 143 108 0 0.39 0.54 0.09 16.8 0.74 0.67
Hex E9 8F 6C 0 27 36 9 11 4A 43
Octal 351 217 154 0 47 66 11 21 112 103
Binary 11101001 10001111 1101100 0 100111 110110 1001 10001 1001010 1000011

Color Harmonies of #E98F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98F6C

Black with #E98F6C

Text Example


Text Example

White with #E98F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98F6C; }

 p { color: rgb(233,143,108); }

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

background-color css

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

 a { background-color: rgb(233,143,108); }

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

border-color css

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

 span { border-color: rgb(233,143,108); }

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