Html Css Color HEX #E09B76 Dark Salmon

📋 copy color: '#E09B76'

red 224 ◦ green 155 ◦ blue 118

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

Shades of Dark Salmon #E09B76

Tints of Dark Salmon #E09B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 45.07%
G = 31.19%
B = 23.74%

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

#E09B76 (or 0xE09B76) is known color: Dark Salmon. HEX triplet: E0, 9B and 76. RGB value is (224,155,118). Sum of RGB (Red+Green+Blue) = 224+155+118=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B76 is #1F6489. Grayscale: #ABABAB. Windows color (decimal): -2057354 or 7773152. OLE color: 7773152.

HSL color Cylindrical-coordinate representation of color #E09B76: hue angle of 20.94º 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 #E09B76 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 118 -
CMYK 0 0.31 0.47 0.12
HSL 20.94º 0.63% 0.67% -
HSV(B) 20.94º 0.47% 0.88% -
XYZ 45.73 40.6 22.57 -
YUV 171.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 224 155 118 0 0.31 0.47 0.12 20.94 0.63 0.67
Hex E0 9B 76 0 1F 2F C 15 3F 43
Octal 340 233 166 0 37 57 14 25 77 103
Binary 11100000 10011011 1110110 0 11111 101111 1100 10101 111111 1000011

Color Harmonies of #E09B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B76

Black with #E09B76

Text Example


Text Example

White with #E09B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B76; }

 p { color: rgb(224,155,118); }

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

background-color css

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

 a { background-color: rgb(224,155,118); }

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

border-color css

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

 span { border-color: rgb(224,155,118); }

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