Html Css Color HEX #E6927B Dark Salmon

📋 copy color: '#E6927B'

red 230 ◦ green 146 ◦ blue 123

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

Shades of Dark Salmon #E6927B

Tints of Dark Salmon #E6927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.26%

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

R = 46.09%
G = 29.26%
B = 24.65%

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

#E6927B (or 0xE6927B) is known color: Dark Salmon. HEX triplet: E6, 92 and 7B. RGB value is (230,146,123). Sum of RGB (Red+Green+Blue) = 230+146+123=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6927B is #196D84. Grayscale: #A8A8A8. Windows color (decimal): -1666437 or 8098534. OLE color: 8098534.

HSL color Cylindrical-coordinate representation of color #E6927B: hue angle of 12.9º 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 #E6927B is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 123 -
CMYK 0 0.37 0.47 0.10
HSL 12.9º 0.68% 0.69% -
HSV(B) 12.9º 0.47% 0.9% -
XYZ 46.49 38.81 23.78 -
YUV 168.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 230 146 123 0 0.37 0.47 0.10 12.9 0.68 0.69
Hex E6 92 7B 0 25 2F A D 44 45
Octal 346 222 173 0 45 57 12 15 104 105
Binary 11100110 10010010 1111011 0 100101 101111 1010 1101 1000100 1000101

Color Harmonies of #E6927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6927B

Black with #E6927B

Text Example


Text Example

White with #E6927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6927B; }

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

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

background-color css

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

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

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

border-color css

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

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

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