Html Css Color HEX #E89A6F Dark Salmon

📋 copy color: '#E89A6F'

red 232 ◦ green 154 ◦ blue 111

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

Shades of Dark Salmon #E89A6F

Tints of Dark Salmon #E89A6F

RGB

 RED value IS 232 (91.02% from 255) = 46.68%

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

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

R = 46.68%
G = 30.99%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E89A6F (or 0xE89A6F) is known color: Dark Salmon. HEX triplet: E8, 9A and 6F. RGB value is (232,154,111). Sum of RGB (Red+Green+Blue) = 232+154+111=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A6F is #176590. Grayscale: #ACACAC. Windows color (decimal): -1533329 or 7314152. OLE color: 7314152.

HSL color Cylindrical-coordinate representation of color #E89A6F: hue angle of 21.32º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E89A6F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 154 111 -
CMYK 0 0.34 0.52 0.09
HSL 21.32º 0.72% 0.67% -
HSV(B) 21.32º 0.52% 0.91% -
XYZ 47.7 41.41 20.52 -
YUV 172.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 232 154 111 0 0.34 0.52 0.09 21.32 0.72 0.67
Hex E8 9A 6F 0 22 34 9 15 48 43
Octal 350 232 157 0 42 64 11 25 110 103
Binary 11101000 10011010 1101111 0 100010 110100 1001 10101 1001000 1000011

Color Harmonies of #E89A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89A6F

Black with #E89A6F

Text Example


Text Example

White with #E89A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89A6F; }

 p { color: rgb(232,154,111); }

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

background-color css

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

 a { background-color: rgb(232,154,111); }

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

border-color css

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

 span { border-color: rgb(232,154,111); }

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