Html Css Color HEX #EA986E Dark Salmon

📋 copy color: '#EA986E'

red 234 ◦ green 152 ◦ blue 110

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

Shades of Dark Salmon #EA986E

Tints of Dark Salmon #EA986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 47.18%
G = 30.65%
B = 22.18%

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

#EA986E (or 0xEA986E) is known color: Dark Salmon. HEX triplet: EA, 98 and 6E. RGB value is (234,152,110). Sum of RGB (Red+Green+Blue) = 234+152+110=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA986E is #156791. Grayscale: #ABABAB. Windows color (decimal): -1402770 or 7248106. OLE color: 7248106.

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

Color convert

RGB 234 152 110 -
CMYK 0 0.35 0.53 0.08
HSL 20.32º 0.75% 0.67% -
HSV(B) 20.32º 0.53% 0.92% -
XYZ 47.97 41.07 20.15 -
YUV 171.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 234 152 110 0 0.35 0.53 0.08 20.32 0.75 0.67
Hex EA 98 6E 0 23 35 8 14 4B 43
Octal 352 230 156 0 43 65 10 24 113 103
Binary 11101010 10011000 1101110 0 100011 110101 1000 10100 1001011 1000011

Color Harmonies of #EA986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA986E

Black with #EA986E

Text Example


Text Example

White with #EA986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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