Html Css Color HEX #EA996B Dark Salmon

📋 copy color: '#EA996B'

red 234 ◦ green 153 ◦ blue 107

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

Shades of Dark Salmon #EA996B

Tints of Dark Salmon #EA996B

RGB

 RED value IS 234 (91.8% from 255) = 47.37%

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 47.37%
G = 30.97%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA996B (or 0xEA996B) is known color: Dark Salmon. HEX triplet: EA, 99 and 6B. RGB value is (234,153,107). Sum of RGB (Red+Green+Blue) = 234+153+107=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA996B is #156694. Grayscale: #ACACAC. Windows color (decimal): -1402517 or 7051754. OLE color: 7051754.

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

Color convert

RGB 234 153 107 -
CMYK 0 0.35 0.54 0.08
HSL 21.73º 0.75% 0.67% -
HSV(B) 21.73º 0.54% 0.92% -
XYZ 47.98 41.34 19.36 -
YUV 171.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 234 153 107 0 0.35 0.54 0.08 21.73 0.75 0.67
Hex EA 99 6B 0 23 36 8 16 4B 43
Octal 352 231 153 0 43 66 10 26 113 103
Binary 11101010 10011001 1101011 0 100011 110110 1000 10110 1001011 1000011

Color Harmonies of #EA996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA996B

Black with #EA996B

Text Example


Text Example

White with #EA996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA996B; }

 p { color: rgb(234,153,107); }

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

background-color css

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

 a { background-color: rgb(234,153,107); }

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

border-color css

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

 span { border-color: rgb(234,153,107); }

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