Html Css Color HEX #E09A7C Dark Salmon

📋 copy color: '#E09A7C'

red 224 ◦ green 154 ◦ blue 124

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

Shades of Dark Salmon #E09A7C

Tints of Dark Salmon #E09A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 44.62%
G = 30.68%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E09A7C (or 0xE09A7C) is known color: Dark Salmon. HEX triplet: E0, 9A and 7C. RGB value is (224,154,124). Sum of RGB (Red+Green+Blue) = 224+154+124=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A7C is #1F6583. Grayscale: #ABABAB. Windows color (decimal): -2057604 or 8166112. OLE color: 8166112.

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

Color convert

RGB 224 154 124 -
CMYK 0 0.31 0.45 0.12
HSL 18º 0.62% 0.68% -
HSV(B) 18º 0.45% 0.88% -
XYZ 45.93 40.41 24.45 -
YUV 171.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 224 154 124 0 0.31 0.45 0.12 18 0.62 0.68
Hex E0 9A 7C 0 1F 2D C 12 3E 44
Octal 340 232 174 0 37 55 14 22 76 104
Binary 11100000 10011010 1111100 0 11111 101101 1100 10010 111110 1000100

Color Harmonies of #E09A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A7C

Black with #E09A7C

Text Example


Text Example

White with #E09A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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