Html Css Color HEX #EBA27B Dark Salmon

📋 copy color: '#EBA27B'

red 235 ◦ green 162 ◦ blue 123

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

Shades of Dark Salmon #EBA27B

Tints of Dark Salmon #EBA27B

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 123 (48.44% from 255) = 23.65%

R = 45.19%
G = 31.15%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBA27B (or 0xEBA27B) is known color: Dark Salmon. HEX triplet: EB, A2 and 7B. RGB value is (235,162,123). Sum of RGB (Red+Green+Blue) = 235+162+123=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA27B is #145D84. Grayscale: #B3B3B3. Windows color (decimal): -1334661 or 8102635. OLE color: 8102635.

HSL color Cylindrical-coordinate representation of color #EBA27B: hue angle of 20.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBA27B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 123 -
CMYK 0 0.31 0.48 0.08
HSL 20.89º 0.74% 0.7% -
HSV(B) 20.89º 0.48% 0.92% -
XYZ 50.76 44.93 24.74 -
YUV 179.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 235 162 123 0 0.31 0.48 0.08 20.89 0.74 0.7
Hex EB A2 7B 0 1F 30 8 15 4A 46
Octal 353 242 173 0 37 60 10 25 112 106
Binary 11101011 10100010 1111011 0 11111 110000 1000 10101 1001010 1000110

Color Harmonies of #EBA27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA27B

Black with #EBA27B

Text Example


Text Example

White with #EBA27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA27B; }

 p { color: rgb(235,162,123); }

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

background-color css

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

 a { background-color: rgb(235,162,123); }

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

border-color css

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

 span { border-color: rgb(235,162,123); }

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