Html Css Color HEX #E6907B Dark Salmon

📋 copy color: '#E6907B'

red 230 ◦ green 144 ◦ blue 123

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

Shades of Dark Salmon #E6907B

Tints of Dark Salmon #E6907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 46.28%
G = 28.97%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6907B (or 0xE6907B) is known color: Dark Salmon. HEX triplet: E6, 90 and 7B. RGB value is (230,144,123). Sum of RGB (Red+Green+Blue) = 230+144+123=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6907B is #196F84. Grayscale: #A7A7A7. Windows color (decimal): -1666949 or 8098022. OLE color: 8098022.

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

Color convert

RGB 230 144 123 -
CMYK 0 0.37 0.47 0.10
HSL 11.78º 0.68% 0.69% -
HSV(B) 11.78º 0.47% 0.9% -
XYZ 46.18 38.2 23.68 -
YUV 167.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 230 144 123 0 0.37 0.47 0.10 11.78 0.68 0.69
Hex E6 90 7B 0 25 2F A C 44 45
Octal 346 220 173 0 45 57 12 14 104 105
Binary 11100110 10010000 1111011 0 100101 101111 1010 1100 1000100 1000101

Color Harmonies of #E6907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6907B

Black with #E6907B

Text Example


Text Example

White with #E6907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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