Html Css Color HEX #E69478 Dark Salmon

📋 copy color: '#E69478'

red 230 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #E69478

Tints of Dark Salmon #E69478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

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

R = 46.18%
G = 29.72%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69478 (or 0xE69478) is known color: Dark Salmon. HEX triplet: E6, 94 and 78. RGB value is (230,148,120). Sum of RGB (Red+Green+Blue) = 230+148+120=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69478 is #196B87. Grayscale: #A9A9A9. Windows color (decimal): -1665928 or 7902438. OLE color: 7902438.

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

Color convert

RGB 230 148 120 -
CMYK 0 0.36 0.48 0.10
HSL 15.27º 0.69% 0.69% -
HSV(B) 15.27º 0.48% 0.9% -
XYZ 46.61 39.36 22.91 -
YUV 169.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 230 148 120 0 0.36 0.48 0.10 15.27 0.69 0.69
Hex E6 94 78 0 24 30 A F 45 45
Octal 346 224 170 0 44 60 12 17 105 105
Binary 11100110 10010100 1111000 0 100100 110000 1010 1111 1000101 1000101

Color Harmonies of #E69478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69478

Black with #E69478

Text Example


Text Example

White with #E69478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69478; }

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

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

background-color css

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

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

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

border-color css

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

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

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