Html Css Color HEX #EA8A6E Dark Salmon

📋 copy color: '#EA8A6E'

red 234 ◦ green 138 ◦ blue 110

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

Shades of Dark Salmon #EA8A6E

Tints of Dark Salmon #EA8A6E

RGB

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

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

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

R = 48.55%
G = 28.63%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA8A6E (or 0xEA8A6E) is known color: Dark Salmon. HEX triplet: EA, 8A and 6E. RGB value is (234,138,110). Sum of RGB (Red+Green+Blue) = 234+138+110=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A6E is #157591. Grayscale: #A3A3A3. Windows color (decimal): -1406354 or 7244522. OLE color: 7244522.

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

Color convert

RGB 234 138 110 -
CMYK 0 0.41 0.53 0.08
HSL 13.55º 0.75% 0.67% -
HSV(B) 13.55º 0.53% 0.92% -
XYZ 45.83 36.8 19.44 -
YUV 163.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 234 138 110 0 0.41 0.53 0.08 13.55 0.75 0.67
Hex EA 8A 6E 0 29 35 8 E 4B 43
Octal 352 212 156 0 51 65 10 16 113 103
Binary 11101010 10001010 1101110 0 101001 110101 1000 1110 1001011 1000011

Color Harmonies of #EA8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A6E

Black with #EA8A6E

Text Example


Text Example

White with #EA8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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