Html Css Color HEX #E6906F Dark Salmon

📋 copy color: '#E6906F'

red 230 ◦ green 144 ◦ blue 111

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

Shades of Dark Salmon #E6906F

Tints of Dark Salmon #E6906F

RGB

 RED value IS 230 (90.23% from 255) = 47.42%

 GREEN value IS 144 (56.64% from 255) = 29.69%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 47.42%
G = 29.69%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6906F (or 0xE6906F) is known color: Dark Salmon. HEX triplet: E6, 90 and 6F. RGB value is (230,144,111). Sum of RGB (Red+Green+Blue) = 230+144+111=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6906F is #196F90. Grayscale: #A6A6A6. Windows color (decimal): -1666961 or 7311590. OLE color: 7311590.

HSL color Cylindrical-coordinate representation of color #E6906F: hue angle of 16.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6906F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 111 -
CMYK 0 0.37 0.52 0.10
HSL 16.64º 0.7% 0.67% -
HSV(B) 16.64º 0.52% 0.9% -
XYZ 45.48 37.92 19.96 -
YUV 165.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 230 144 111 0 0.37 0.52 0.10 16.64 0.7 0.67
Hex E6 90 6F 0 25 34 A 11 46 43
Octal 346 220 157 0 45 64 12 21 106 103
Binary 11100110 10010000 1101111 0 100101 110100 1010 10001 1000110 1000011

Color Harmonies of #E6906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6906F

Black with #E6906F

Text Example


Text Example

White with #E6906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6906F; }

 p { color: rgb(230,144,111); }

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

background-color css

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

 a { background-color: rgb(230,144,111); }

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

border-color css

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

 span { border-color: rgb(230,144,111); }

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