Html Css Color HEX #E69476 Dark Salmon

📋 copy color: '#E69476'

red 230 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #E69476

Tints of Dark Salmon #E69476

RGB

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

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

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

R = 46.37%
G = 29.84%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69476 (or 0xE69476) is known color: Dark Salmon. HEX triplet: E6, 94 and 76. RGB value is (230,148,118). Sum of RGB (Red+Green+Blue) = 230+148+118=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69476 is #196B89. Grayscale: #A9A9A9. Windows color (decimal): -1665930 or 7771366. OLE color: 7771366.

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

Color convert

RGB 230 148 118 -
CMYK 0 0.36 0.49 0.10
HSL 16.07º 0.69% 0.68% -
HSV(B) 16.07º 0.49% 0.9% -
XYZ 46.49 39.31 22.28 -
YUV 169.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 230 148 118 0 0.36 0.49 0.10 16.07 0.69 0.68
Hex E6 94 76 0 24 31 A 10 45 44
Octal 346 224 166 0 44 61 12 20 105 104
Binary 11100110 10010100 1110110 0 100100 110001 1010 10000 1000101 1000100

Color Harmonies of #E69476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69476

Black with #E69476

Text Example


Text Example

White with #E69476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69476; }

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

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

background-color css

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

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

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

border-color css

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

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

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