Html Css Color HEX #E68C7B Dark Salmon

📋 copy color: '#E68C7B'

red 230 ◦ green 140 ◦ blue 123

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

Shades of Dark Salmon #E68C7B

Tints of Dark Salmon #E68C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 46.65%
G = 28.4%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68C7B (or 0xE68C7B) is known color: Dark Salmon. HEX triplet: E6, 8C and 7B. RGB value is (230,140,123). Sum of RGB (Red+Green+Blue) = 230+140+123=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C7B is #197384. Grayscale: #A5A5A5. Windows color (decimal): -1667973 or 8096998. OLE color: 8096998.

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

Color convert

RGB 230 140 123 -
CMYK 0 0.39 0.47 0.10
HSL 9.53º 0.68% 0.69% -
HSV(B) 9.53º 0.47% 0.9% -
XYZ 45.59 37.01 23.48 -
YUV 164.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 230 140 123 0 0.39 0.47 0.10 9.53 0.68 0.69
Hex E6 8C 7B 0 27 2F A A 44 45
Octal 346 214 173 0 47 57 12 12 104 105
Binary 11100110 10001100 1111011 0 100111 101111 1010 1010 1000100 1000101

Color Harmonies of #E68C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C7B

Black with #E68C7B

Text Example


Text Example

White with #E68C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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