Html Css Color HEX #EBA27C Dark Salmon

📋 copy color: '#EBA27C'

red 235 ◦ green 162 ◦ blue 124

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

Shades of Dark Salmon #EBA27C

Tints of Dark Salmon #EBA27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.8%

R = 45.11%
G = 31.09%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBA27C (or 0xEBA27C) is known color: Dark Salmon. HEX triplet: EB, A2 and 7C. RGB value is (235,162,124). Sum of RGB (Red+Green+Blue) = 235+162+124=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA27C is #145D83. Grayscale: #B3B3B3. Windows color (decimal): -1334660 or 8168171. OLE color: 8168171.

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

Color convert

RGB 235 162 124 -
CMYK 0 0.31 0.47 0.08
HSL 20.54º 0.74% 0.7% -
HSV(B) 20.54º 0.47% 0.92% -
XYZ 50.82 44.96 25.07 -
YUV 179.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 235 162 124 0 0.31 0.47 0.08 20.54 0.74 0.7
Hex EB A2 7C 0 1F 2F 8 15 4A 46
Octal 353 242 174 0 37 57 10 25 112 106
Binary 11101011 10100010 1111100 0 11111 101111 1000 10101 1001010 1000110

Color Harmonies of #EBA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA27C

Black with #EBA27C

Text Example


Text Example

White with #EBA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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