Html Css Color HEX #EA8E6E Dark Salmon

📋 copy color: '#EA8E6E'

red 234 ◦ green 142 ◦ blue 110

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

Shades of Dark Salmon #EA8E6E

Tints of Dark Salmon #EA8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

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

R = 48.15%
G = 29.22%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA8E6E (or 0xEA8E6E) is known color: Dark Salmon. HEX triplet: EA, 8E and 6E. RGB value is (234,142,110). Sum of RGB (Red+Green+Blue) = 234+142+110=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E6E is #157191. Grayscale: #A6A6A6. Windows color (decimal): -1405330 or 7245546. OLE color: 7245546.

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

Color convert

RGB 234 142 110 -
CMYK 0 0.39 0.53 0.08
HSL 15.48º 0.75% 0.67% -
HSV(B) 15.48º 0.53% 0.92% -
XYZ 46.42 37.96 19.63 -
YUV 165.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 234 142 110 0 0.39 0.53 0.08 15.48 0.75 0.67
Hex EA 8E 6E 0 27 35 8 F 4B 43
Octal 352 216 156 0 47 65 10 17 113 103
Binary 11101010 10001110 1101110 0 100111 110101 1000 1111 1001011 1000011

Color Harmonies of #EA8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8E6E

Black with #EA8E6E

Text Example


Text Example

White with #EA8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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