Html Css Color HEX #EB936A Dark Salmon

📋 copy color: '#EB936A'

red 235 ◦ green 147 ◦ blue 106

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

Shades of Dark Salmon #EB936A

Tints of Dark Salmon #EB936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.12%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 48.16%
G = 30.12%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB936A (or 0xEB936A) is known color: Dark Salmon. HEX triplet: EB, 93 and 6A. RGB value is (235,147,106). Sum of RGB (Red+Green+Blue) = 235+147+106=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB936A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB936A is #146C95. Grayscale: #A8A8A8. Windows color (decimal): -1338518 or 6984683. OLE color: 6984683.

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

Color convert

RGB 235 147 106 -
CMYK 0 0.37 0.55 0.08
HSL 19.07º 0.76% 0.67% -
HSV(B) 19.07º 0.55% 0.92% -
XYZ 47.3 39.57 18.78 -
YUV 168.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 235 147 106 0 0.37 0.55 0.08 19.07 0.76 0.67
Hex EB 93 6A 0 25 37 8 13 4C 43
Octal 353 223 152 0 45 67 10 23 114 103
Binary 11101011 10010011 1101010 0 100101 110111 1000 10011 1001100 1000011

Color Harmonies of #EB936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB936A

Black with #EB936A

Text Example


Text Example

White with #EB936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB936A; }

 p { color: rgb(235,147,106); }

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

background-color css

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

 a { background-color: rgb(235,147,106); }

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

border-color css

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

 span { border-color: rgb(235,147,106); }

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