Html Css Color HEX #EB8C72 Dark Salmon

📋 copy color: '#EB8C72'

red 235 ◦ green 140 ◦ blue 114

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

Shades of Dark Salmon #EB8C72

Tints of Dark Salmon #EB8C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 48.06%
G = 28.63%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8C72 (or 0xEB8C72) is known color: Dark Salmon. HEX triplet: EB, 8C and 72. RGB value is (235,140,114). Sum of RGB (Red+Green+Blue) = 235+140+114=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C72 is #14738D. Grayscale: #A5A5A5. Windows color (decimal): -1340302 or 7507179. OLE color: 7507179.

HSL color Cylindrical-coordinate representation of color #EB8C72: hue angle of 12.89º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8C72 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 114 -
CMYK 0 0.40 0.51 0.08
HSL 12.89º 0.75% 0.68% -
HSV(B) 12.89º 0.51% 0.92% -
XYZ 46.68 37.63 20.72 -
YUV 165.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 235 140 114 0 0.40 0.51 0.08 12.89 0.75 0.68
Hex EB 8C 72 0 28 33 8 D 4B 44
Octal 353 214 162 0 50 63 10 15 113 104
Binary 11101011 10001100 1110010 0 101000 110011 1000 1101 1001011 1000100

Color Harmonies of #EB8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C72

Black with #EB8C72

Text Example


Text Example

White with #EB8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C72; }

 p { color: rgb(235,140,114); }

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

background-color css

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

 a { background-color: rgb(235,140,114); }

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

border-color css

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

 span { border-color: rgb(235,140,114); }

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