Html Css Color HEX #E09B6F Dark Salmon

📋 copy color: '#E09B6F'

red 224 ◦ green 155 ◦ blue 111

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

Shades of Dark Salmon #E09B6F

Tints of Dark Salmon #E09B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 45.71%
G = 31.63%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09B6F (or 0xE09B6F) is known color: Dark Salmon. HEX triplet: E0, 9B and 6F. RGB value is (224,155,111). Sum of RGB (Red+Green+Blue) = 224+155+111=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B6F is #1F6490. Grayscale: #AAAAAA. Windows color (decimal): -2057361 or 7314400. OLE color: 7314400.

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

Color convert

RGB 224 155 111 -
CMYK 0 0.31 0.50 0.12
HSL 23.36º 0.65% 0.66% -
HSV(B) 23.36º 0.5% 0.88% -
XYZ 45.33 40.44 20.45 -
YUV 170.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 224 155 111 0 0.31 0.50 0.12 23.36 0.65 0.66
Hex E0 9B 6F 0 1F 32 C 17 41 42
Octal 340 233 157 0 37 62 14 27 101 102
Binary 11100000 10011011 1101111 0 11111 110010 1100 10111 1000001 1000010

Color Harmonies of #E09B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B6F

Black with #E09B6F

Text Example


Text Example

White with #E09B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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