Html Css Color HEX #E69477 Dark Salmon

📋 copy color: '#E69477'

red 230 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #E69477

Tints of Dark Salmon #E69477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 46.28%
G = 29.78%
B = 23.94%

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

#E69477 (or 0xE69477) is known color: Dark Salmon. HEX triplet: E6, 94 and 77. RGB value is (230,148,119). Sum of RGB (Red+Green+Blue) = 230+148+119=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E69477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69477 is #196B88. Grayscale: #A9A9A9. Windows color (decimal): -1665929 or 7836902. OLE color: 7836902.

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

Color convert

RGB 230 148 119 -
CMYK 0 0.36 0.48 0.10
HSL 15.68º 0.69% 0.68% -
HSV(B) 15.68º 0.48% 0.9% -
XYZ 46.55 39.33 22.59 -
YUV 169.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 230 148 119 0 0.36 0.48 0.10 15.68 0.69 0.68
Hex E6 94 77 0 24 30 A 10 45 44
Octal 346 224 167 0 44 60 12 20 105 104
Binary 11100110 10010100 1110111 0 100100 110000 1010 10000 1000101 1000100

Color Harmonies of #E69477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69477

Black with #E69477

Text Example


Text Example

White with #E69477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69477; }

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

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

background-color css

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

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

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

border-color css

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

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

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