Html Css Color HEX #E09A7F Dark Salmon

📋 copy color: '#E09A7F'

red 224 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #E09A7F

Tints of Dark Salmon #E09A7F

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

 GREEN value IS 154 (60.55% from 255) = 30.5%

 BLUE value IS 127 (50% from 255) = 25.15%

R = 44.36%
G = 30.5%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E09A7F (or 0xE09A7F) is known color: Dark Salmon. HEX triplet: E0, 9A and 7F. RGB value is (224,154,127). Sum of RGB (Red+Green+Blue) = 224+154+127=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A7F is #1F6580. Grayscale: #ACACAC. Windows color (decimal): -2057601 or 8362720. OLE color: 8362720.

HSL color Cylindrical-coordinate representation of color #E09A7F: hue angle of 16.7º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09A7F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 127 -
CMYK 0 0.31 0.43 0.12
HSL 16.7º 0.61% 0.69% -
HSV(B) 16.7º 0.43% 0.88% -
XYZ 46.13 40.49 25.46 -
YUV 171.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 224 154 127 0 0.31 0.43 0.12 16.7 0.61 0.69
Hex E0 9A 7F 0 1F 2B C 11 3D 45
Octal 340 232 177 0 37 53 14 21 75 105
Binary 11100000 10011010 1111111 0 11111 101011 1100 10001 111101 1000101

Color Harmonies of #E09A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A7F

Black with #E09A7F

Text Example


Text Example

White with #E09A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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