Html Css Color HEX #E09A77 Dark Salmon

📋 copy color: '#E09A77'

red 224 ◦ green 154 ◦ blue 119

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

Shades of Dark Salmon #E09A77

Tints of Dark Salmon #E09A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 45.07%
G = 30.99%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09A77 (or 0xE09A77) is known color: Dark Salmon. HEX triplet: E0, 9A and 77. RGB value is (224,154,119). Sum of RGB (Red+Green+Blue) = 224+154+119=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A77 is #1F6588. Grayscale: #ABABAB. Windows color (decimal): -2057609 or 7838432. OLE color: 7838432.

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

Color convert

RGB 224 154 119 -
CMYK 0 0.31 0.47 0.12
HSL 20º 0.63% 0.67% -
HSV(B) 20º 0.47% 0.88% -
XYZ 45.63 40.29 22.82 -
YUV 170.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 224 154 119 0 0.31 0.47 0.12 20 0.63 0.67
Hex E0 9A 77 0 1F 2F C 14 3F 43
Octal 340 232 167 0 37 57 14 24 77 103
Binary 11100000 10011010 1110111 0 11111 101111 1100 10100 111111 1000011

Color Harmonies of #E09A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A77

Black with #E09A77

Text Example


Text Example

White with #E09A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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