Html Css Color HEX #EA967A Dark Salmon

📋 copy color: '#EA967A'

red 234 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #EA967A

Tints of Dark Salmon #EA967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 46.25%
G = 29.64%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA967A (or 0xEA967A) is known color: Dark Salmon. HEX triplet: EA, 96 and 7A. RGB value is (234,150,122). Sum of RGB (Red+Green+Blue) = 234+150+122=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA967A is #156985. Grayscale: #ACACAC. Windows color (decimal): -1403270 or 8034026. OLE color: 8034026.

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

Color convert

RGB 234 150 122 -
CMYK 0 0.36 0.48 0.08
HSL 15º 0.73% 0.7% -
HSV(B) 15º 0.48% 0.92% -
XYZ 48.35 40.71 23.72 -
YUV 171.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 234 150 122 0 0.36 0.48 0.08 15 0.73 0.7
Hex EA 96 7A 0 24 30 8 F 49 46
Octal 352 226 172 0 44 60 10 17 111 106
Binary 11101010 10010110 1111010 0 100100 110000 1000 1111 1001001 1000110

Color Harmonies of #EA967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA967A

Black with #EA967A

Text Example


Text Example

White with #EA967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA967A; }

 p { color: rgb(234,150,122); }

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

background-color css

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

 a { background-color: rgb(234,150,122); }

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

border-color css

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

 span { border-color: rgb(234,150,122); }

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