Html Css Color HEX #E09A6E Dark Salmon

📋 copy color: '#E09A6E'

red 224 ◦ green 154 ◦ blue 110

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

Shades of Dark Salmon #E09A6E

Tints of Dark Salmon #E09A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 45.9%
G = 31.56%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E09A6E (or 0xE09A6E) is known color: Dark Salmon. HEX triplet: E0, 9A and 6E. RGB value is (224,154,110). Sum of RGB (Red+Green+Blue) = 224+154+110=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A6E is #1F6591. Grayscale: #AAAAAA. Windows color (decimal): -2057618 or 7248608. OLE color: 7248608.

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

Color convert

RGB 224 154 110 -
CMYK 0 0.31 0.51 0.12
HSL 23.16º 0.65% 0.65% -
HSV(B) 23.16º 0.51% 0.88% -
XYZ 45.11 40.08 20.11 -
YUV 169.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 224 154 110 0 0.31 0.51 0.12 23.16 0.65 0.65
Hex E0 9A 6E 0 1F 33 C 17 41 41
Octal 340 232 156 0 37 63 14 27 101 101
Binary 11100000 10011010 1101110 0 11111 110011 1100 10111 1000001 1000001

Color Harmonies of #E09A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A6E

Black with #E09A6E

Text Example


Text Example

White with #E09A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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