#E29A7F

Color #E29A7F Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E29A7F

Tints of Dark Salmon #E29A7F

Color information

#E29A7F (or 0xE29A7F) is unknown color: approx Dark Salmon. HEX triplet: E2, 9A and 7F. RGB value is (226,154,127). Sum of RGB (Red+Green+Blue) = 226+154+127=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A7F is #1D6580. Grayscale: #ACACAC. Windows color (decimal): -1926529 or 8362722. OLE color: 8362722.

HSL color Cylindrical-coordinate representation of color #E29A7F: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E29A7F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB226154127-
CMYK00.320.440.11
HSL16.36º63.06%69.22%-
HSV(B)16.36º43.81%88.63%-
XYZ46.7540.8125.49-
YUV172.45102.35166.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 127 (50% from 255) = 25.05%
R=44.58%
G=30.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615412700.320.440.1116.3663.0669.22
HexE29A7F0202CB103f45
Octal34223217704054132077105
Binary1110001010011010111111101000001011001011100001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29A7F; }

 p { color: rgb(226,154,127); }

 H1.HeaderClassName
 {
   color: #E29A7F;
 }
 .AnyTagClassName
 {
   color: #E29A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(226,154,127); }

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

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

 span { border-color: rgb(226,154,127); }

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