Html Css Color HEX #EAA07B Dark Salmon

📋 copy color: '#EAA07B'

red 234 ◦ green 160 ◦ blue 123

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

Shades of Dark Salmon #EAA07B

Tints of Dark Salmon #EAA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 45.26%
G = 30.95%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAA07B (or 0xEAA07B) is known color: Dark Salmon. HEX triplet: EA, A0 and 7B. RGB value is (234,160,123). Sum of RGB (Red+Green+Blue) = 234+160+123=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA07B is #155F84. Grayscale: #B2B2B2. Windows color (decimal): -1400709 or 8102122. OLE color: 8102122.

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

Color convert

RGB 234 160 123 -
CMYK 0 0.32 0.47 0.08
HSL 20º 0.73% 0.7% -
HSV(B) 20º 0.47% 0.92% -
XYZ 50.08 44.06 24.6 -
YUV 177.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 234 160 123 0 0.32 0.47 0.08 20 0.73 0.7
Hex EA A0 7B 0 20 2F 8 14 49 46
Octal 352 240 173 0 40 57 10 24 111 106
Binary 11101010 10100000 1111011 0 100000 101111 1000 10100 1001001 1000110

Color Harmonies of #EAA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA07B

Black with #EAA07B

Text Example


Text Example

White with #EAA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA07B; }

 p { color: rgb(234,160,123); }

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

background-color css

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

 a { background-color: rgb(234,160,123); }

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

border-color css

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

 span { border-color: rgb(234,160,123); }

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