Html Css Color HEX #EB966E Dark Salmon

📋 copy color: '#EB966E'

red 235 ◦ green 150 ◦ blue 110

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

Shades of Dark Salmon #EB966E

Tints of Dark Salmon #EB966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 47.47%
G = 30.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB966E (or 0xEB966E) is known color: Dark Salmon. HEX triplet: EB, 96 and 6E. RGB value is (235,150,110). Sum of RGB (Red+Green+Blue) = 235+150+110=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB966E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB966E is #146991. Grayscale: #ABABAB. Windows color (decimal): -1337746 or 7247595. OLE color: 7247595.

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

Color convert

RGB 235 150 110 -
CMYK 0 0.36 0.53 0.08
HSL 19.2º 0.76% 0.68% -
HSV(B) 19.2º 0.53% 0.92% -
XYZ 47.98 40.6 20.06 -
YUV 170.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 235 150 110 0 0.36 0.53 0.08 19.2 0.76 0.68
Hex EB 96 6E 0 24 35 8 13 4C 44
Octal 353 226 156 0 44 65 10 23 114 104
Binary 11101011 10010110 1101110 0 100100 110101 1000 10011 1001100 1000100

Color Harmonies of #EB966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB966E

Black with #EB966E

Text Example


Text Example

White with #EB966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB966E; }

 p { color: rgb(235,150,110); }

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

background-color css

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

 a { background-color: rgb(235,150,110); }

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

border-color css

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

 span { border-color: rgb(235,150,110); }

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