Html Css Color HEX #E09B7E Dark Salmon

📋 copy color: '#E09B7E'

red 224 ◦ green 155 ◦ blue 126

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

Shades of Dark Salmon #E09B7E

Tints of Dark Salmon #E09B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.95%

R = 44.36%
G = 30.69%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E09B7E (or 0xE09B7E) is known color: Dark Salmon. HEX triplet: E0, 9B and 7E. RGB value is (224,155,126). Sum of RGB (Red+Green+Blue) = 224+155+126=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B7E is #1F6481. Grayscale: #ACACAC. Windows color (decimal): -2057346 or 8297440. OLE color: 8297440.

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

Color convert

RGB 224 155 126 -
CMYK 0 0.31 0.44 0.12
HSL 17.76º 0.61% 0.69% -
HSV(B) 17.76º 0.44% 0.88% -
XYZ 46.23 40.8 25.18 -
YUV 172.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 224 155 126 0 0.31 0.44 0.12 17.76 0.61 0.69
Hex E0 9B 7E 0 1F 2C C 12 3D 45
Octal 340 233 176 0 37 54 14 22 75 105
Binary 11100000 10011011 1111110 0 11111 101100 1100 10010 111101 1000101

Color Harmonies of #E09B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B7E

Black with #E09B7E

Text Example


Text Example

White with #E09B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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