Html Css Color HEX #E69770 Dark Salmon

📋 copy color: '#E69770'

red 230 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #E69770

Tints of Dark Salmon #E69770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.63%

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 46.65%
G = 30.63%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69770 (or 0xE69770) is known color: Dark Salmon. HEX triplet: E6, 97 and 70. RGB value is (230,151,112). Sum of RGB (Red+Green+Blue) = 230+151+112=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E69770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69770 is #19688F. Grayscale: #AAAAAA. Windows color (decimal): -1665168 or 7378918. OLE color: 7378918.

HSL color Cylindrical-coordinate representation of color #E69770: hue angle of 19.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69770 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 112 -
CMYK 0 0.34 0.51 0.10
HSL 19.83º 0.7% 0.67% -
HSV(B) 19.83º 0.51% 0.9% -
XYZ 46.62 40.13 20.62 -
YUV 170.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 230 151 112 0 0.34 0.51 0.10 19.83 0.7 0.67
Hex E6 97 70 0 22 33 A 14 46 43
Octal 346 227 160 0 42 63 12 24 106 103
Binary 11100110 10010111 1110000 0 100010 110011 1010 10100 1000110 1000011

Color Harmonies of #E69770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69770

Black with #E69770

Text Example


Text Example

White with #E69770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69770; }

 p { color: rgb(230,151,112); }

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

background-color css

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

 a { background-color: rgb(230,151,112); }

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

border-color css

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

 span { border-color: rgb(230,151,112); }

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