Html Css Color HEX #EA987B Dark Salmon

📋 copy color: '#EA987B'

red 234 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #EA987B

Tints of Dark Salmon #EA987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 45.97%
G = 29.86%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA987B (or 0xEA987B) is known color: Dark Salmon. HEX triplet: EA, 98 and 7B. RGB value is (234,152,123). Sum of RGB (Red+Green+Blue) = 234+152+123=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA987B is #156784. Grayscale: #ADADAD. Windows color (decimal): -1402757 or 8100074. OLE color: 8100074.

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

Color convert

RGB 234 152 123 -
CMYK 0 0.35 0.47 0.08
HSL 15.68º 0.73% 0.7% -
HSV(B) 15.68º 0.47% 0.92% -
XYZ 48.74 41.38 24.16 -
YUV 173.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 234 152 123 0 0.35 0.47 0.08 15.68 0.73 0.7
Hex EA 98 7B 0 23 2F 8 10 49 46
Octal 352 230 173 0 43 57 10 20 111 106
Binary 11101010 10011000 1111011 0 100011 101111 1000 10000 1001001 1000110

Color Harmonies of #EA987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA987B

Black with #EA987B

Text Example


Text Example

White with #EA987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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