Html Css Color HEX #EA8A7B Dark Salmon

📋 copy color: '#EA8A7B'

red 234 ◦ green 138 ◦ blue 123

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

Shades of Dark Salmon #EA8A7B

Tints of Dark Salmon #EA8A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 47.27%
G = 27.88%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA8A7B (or 0xEA8A7B) is known color: Dark Salmon. HEX triplet: EA, 8A and 7B. RGB value is (234,138,123). Sum of RGB (Red+Green+Blue) = 234+138+123=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A7B is #157584. Grayscale: #A5A5A5. Windows color (decimal): -1406341 or 8096490. OLE color: 8096490.

HSL color Cylindrical-coordinate representation of color #EA8A7B: hue angle of 8.11º 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 #EA8A7B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 138 123 -
CMYK 0 0.41 0.47 0.08
HSL 8.11º 0.73% 0.7% -
HSV(B) 8.11º 0.47% 0.92% -
XYZ 46.6 37.1 23.44 -
YUV 164.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 234 138 123 0 0.41 0.47 0.08 8.11 0.73 0.7
Hex EA 8A 7B 0 29 2F 8 8 49 46
Octal 352 212 173 0 51 57 10 10 111 106
Binary 11101010 10001010 1111011 0 101001 101111 1000 1000 1001001 1000110

Color Harmonies of #EA8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A7B

Black with #EA8A7B

Text Example


Text Example

White with #EA8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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