Html Css Color HEX #E69F7B Dark Salmon

📋 copy color: '#E69F7B'

red 230 ◦ green 159 ◦ blue 123

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

Shades of Dark Salmon #E69F7B

Tints of Dark Salmon #E69F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

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

R = 44.92%
G = 31.05%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69F7B (or 0xE69F7B) is known color: Dark Salmon. HEX triplet: E6, 9F and 7B. RGB value is (230,159,123). Sum of RGB (Red+Green+Blue) = 230+159+123=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F7B is #196084. Grayscale: #B0B0B0. Windows color (decimal): -1663109 or 8101862. OLE color: 8101862.

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

Color convert

RGB 230 159 123 -
CMYK 0 0.31 0.47 0.10
HSL 20.19º 0.68% 0.69% -
HSV(B) 20.19º 0.47% 0.9% -
XYZ 48.61 43.05 24.49 -
YUV 176.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 230 159 123 0 0.31 0.47 0.10 20.19 0.68 0.69
Hex E6 9F 7B 0 1F 2F A 14 44 45
Octal 346 237 173 0 37 57 12 24 104 105
Binary 11100110 10011111 1111011 0 11111 101111 1010 10100 1000100 1000101

Color Harmonies of #E69F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F7B

Black with #E69F7B

Text Example


Text Example

White with #E69F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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