Html Css Color HEX #E69978 Dark Salmon

📋 copy color: '#E69978'

red 230 ◦ green 153 ◦ blue 120

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

Shades of Dark Salmon #E69978

Tints of Dark Salmon #E69978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 45.73%
G = 30.42%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69978 (or 0xE69978) is known color: Dark Salmon. HEX triplet: E6, 99 and 78. RGB value is (230,153,120). Sum of RGB (Red+Green+Blue) = 230+153+120=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E69978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69978 is #196687. Grayscale: #ACACAC. Windows color (decimal): -1664648 or 7903718. OLE color: 7903718.

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

Color convert

RGB 230 153 120 -
CMYK 0 0.33 0.48 0.10
HSL 18º 0.69% 0.69% -
HSV(B) 18º 0.48% 0.9% -
XYZ 47.41 40.96 23.18 -
YUV 172.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 230 153 120 0 0.33 0.48 0.10 18 0.69 0.69
Hex E6 99 78 0 21 30 A 12 45 45
Octal 346 231 170 0 41 60 12 22 105 105
Binary 11100110 10011001 1111000 0 100001 110000 1010 10010 1000101 1000101

Color Harmonies of #E69978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69978

Black with #E69978

Text Example


Text Example

White with #E69978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69978; }

 p { color: rgb(230,153,120); }

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

background-color css

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

 a { background-color: rgb(230,153,120); }

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

border-color css

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

 span { border-color: rgb(230,153,120); }

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