Html Css Color HEX #E69079 Dark Salmon

📋 copy color: '#E69079'

red 230 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #E69079

Tints of Dark Salmon #E69079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.09%

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 46.46%
G = 29.09%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69079 (or 0xE69079) is known color: Dark Salmon. HEX triplet: E6, 90 and 79. RGB value is (230,144,121). Sum of RGB (Red+Green+Blue) = 230+144+121=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69079 is #196F86. Grayscale: #A7A7A7. Windows color (decimal): -1666951 or 7966950. OLE color: 7966950.

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

Color convert

RGB 230 144 121 -
CMYK 0 0.37 0.47 0.10
HSL 12.66º 0.69% 0.69% -
HSV(B) 12.66º 0.47% 0.9% -
XYZ 46.06 38.15 23.03 -
YUV 167.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 230 144 121 0 0.37 0.47 0.10 12.66 0.69 0.69
Hex E6 90 79 0 25 2F A D 45 45
Octal 346 220 171 0 45 57 12 15 105 105
Binary 11100110 10010000 1111001 0 100101 101111 1010 1101 1000101 1000101

Color Harmonies of #E69079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69079

Black with #E69079

Text Example


Text Example

White with #E69079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69079; }

 p { color: rgb(230,144,121); }

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

background-color css

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

 a { background-color: rgb(230,144,121); }

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

border-color css

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

 span { border-color: rgb(230,144,121); }

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