Html Css Color HEX #E6926E Dark Salmon

📋 copy color: '#E6926E'

red 230 ◦ green 146 ◦ blue 110

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

Shades of Dark Salmon #E6926E

Tints of Dark Salmon #E6926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 47.33%
G = 30.04%
B = 22.63%

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

#E6926E (or 0xE6926E) is known color: Dark Salmon. HEX triplet: E6, 92 and 6E. RGB value is (230,146,110). Sum of RGB (Red+Green+Blue) = 230+146+110=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6926E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6926E is #196D91. Grayscale: #A7A7A7. Windows color (decimal): -1666450 or 7246566. OLE color: 7246566.

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

Color convert

RGB 230 146 110 -
CMYK 0 0.37 0.52 0.10
HSL 18º 0.71% 0.67% -
HSV(B) 18º 0.52% 0.9% -
XYZ 45.73 38.51 19.77 -
YUV 167.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 230 146 110 0 0.37 0.52 0.10 18 0.71 0.67
Hex E6 92 6E 0 25 34 A 12 47 43
Octal 346 222 156 0 45 64 12 22 107 103
Binary 11100110 10010010 1101110 0 100101 110100 1010 10010 1000111 1000011

Color Harmonies of #E6926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6926E

Black with #E6926E

Text Example


Text Example

White with #E6926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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