Html Css Color HEX #E79081 Dark Salmon

📋 copy color: '#E79081'

red 231 ◦ green 144 ◦ blue 129

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

Shades of Dark Salmon #E79081

Tints of Dark Salmon #E79081

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

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

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 45.83%
G = 28.57%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E79081 (or 0xE79081) is known color: Dark Salmon. HEX triplet: E7, 90 and 81. RGB value is (231,144,129). Sum of RGB (Red+Green+Blue) = 231+144+129=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E79081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79081 is #186F7E. Grayscale: #A8A8A8. Windows color (decimal): -1601407 or 8491239. OLE color: 8491239.

HSL color Cylindrical-coordinate representation of color #E79081: hue angle of 8.82º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E79081 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 129 -
CMYK 0 0.38 0.44 0.09
HSL 8.82º 0.68% 0.71% -
HSV(B) 8.82º 0.44% 0.91% -
XYZ 46.89 38.52 25.73 -
YUV 168.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 231 144 129 0 0.38 0.44 0.09 8.82 0.68 0.71
Hex E7 90 81 0 26 2C 9 9 44 47
Octal 347 220 201 0 46 54 11 11 104 107
Binary 11100111 10010000 10000001 0 100110 101100 1001 1001 1000100 1000111

Color Harmonies of #E79081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79081

Black with #E79081

Text Example


Text Example

White with #E79081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79081; }

 p { color: rgb(231,144,129); }

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

background-color css

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

 a { background-color: rgb(231,144,129); }

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

border-color css

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

 span { border-color: rgb(231,144,129); }

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