Html Css Color HEX #E69C76 Dark Salmon

📋 copy color: '#E69C76'

red 230 ◦ green 156 ◦ blue 118

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

Shades of Dark Salmon #E69C76

Tints of Dark Salmon #E69C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 45.63%
G = 30.95%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69C76 (or 0xE69C76) is known color: Dark Salmon. HEX triplet: E6, 9C and 76. RGB value is (230,156,118). Sum of RGB (Red+Green+Blue) = 230+156+118=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C76 is #196389. Grayscale: #AEAEAE. Windows color (decimal): -1663882 or 7773414. OLE color: 7773414.

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

Color convert

RGB 230 156 118 -
CMYK 0 0.32 0.49 0.10
HSL 20.36º 0.69% 0.68% -
HSV(B) 20.36º 0.49% 0.9% -
XYZ 47.79 41.91 22.71 -
YUV 173.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 230 156 118 0 0.32 0.49 0.10 20.36 0.69 0.68
Hex E6 9C 76 0 20 31 A 14 45 44
Octal 346 234 166 0 40 61 12 24 105 104
Binary 11100110 10011100 1110110 0 100000 110001 1010 10100 1000101 1000100

Color Harmonies of #E69C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C76

Black with #E69C76

Text Example


Text Example

White with #E69C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C76; }

 p { color: rgb(230,156,118); }

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

background-color css

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

 a { background-color: rgb(230,156,118); }

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

border-color css

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

 span { border-color: rgb(230,156,118); }

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