Html Css Color HEX #EA976D Dark Salmon

📋 copy color: '#EA976D'

red 234 ◦ green 151 ◦ blue 109

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

Shades of Dark Salmon #EA976D

Tints of Dark Salmon #EA976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.57%

 BLUE value IS 109 (42.97% from 255) = 22.06%

R = 47.37%
G = 30.57%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA976D (or 0xEA976D) is known color: Dark Salmon. HEX triplet: EA, 97 and 6D. RGB value is (234,151,109). Sum of RGB (Red+Green+Blue) = 234+151+109=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA976D is #156892. Grayscale: #ABABAB. Windows color (decimal): -1403027 or 7182314. OLE color: 7182314.

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

Color convert

RGB 234 151 109 -
CMYK 0 0.35 0.53 0.08
HSL 20.16º 0.75% 0.67% -
HSV(B) 20.16º 0.53% 0.92% -
XYZ 47.76 40.73 19.81 -
YUV 171.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 234 151 109 0 0.35 0.53 0.08 20.16 0.75 0.67
Hex EA 97 6D 0 23 35 8 14 4B 43
Octal 352 227 155 0 43 65 10 24 113 103
Binary 11101010 10010111 1101101 0 100011 110101 1000 10100 1001011 1000011

Color Harmonies of #EA976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA976D

Black with #EA976D

Text Example


Text Example

White with #EA976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA976D; }

 p { color: rgb(234,151,109); }

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

background-color css

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

 a { background-color: rgb(234,151,109); }

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

border-color css

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

 span { border-color: rgb(234,151,109); }

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