Html Css Color HEX #EA8F6D Dark Salmon

📋 copy color: '#EA8F6D'

red 234 ◦ green 143 ◦ blue 109

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

Shades of Dark Salmon #EA8F6D

Tints of Dark Salmon #EA8F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 48.15%
G = 29.42%
B = 22.43%

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

#EA8F6D (or 0xEA8F6D) is known color: Dark Salmon. HEX triplet: EA, 8F and 6D. RGB value is (234,143,109). Sum of RGB (Red+Green+Blue) = 234+143+109=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F6D is #157092. Grayscale: #A6A6A6. Windows color (decimal): -1405075 or 7180266. OLE color: 7180266.

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

Color convert

RGB 234 143 109 -
CMYK 0 0.39 0.53 0.08
HSL 16.32º 0.75% 0.67% -
HSV(B) 16.32º 0.53% 0.92% -
XYZ 46.51 38.24 19.4 -
YUV 166.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 234 143 109 0 0.39 0.53 0.08 16.32 0.75 0.67
Hex EA 8F 6D 0 27 35 8 10 4B 43
Octal 352 217 155 0 47 65 10 20 113 103
Binary 11101010 10001111 1101101 0 100111 110101 1000 10000 1001011 1000011

Color Harmonies of #EA8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F6D

Black with #EA8F6D

Text Example


Text Example

White with #EA8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F6D; }

 p { color: rgb(234,143,109); }

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

background-color css

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

 a { background-color: rgb(234,143,109); }

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

border-color css

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

 span { border-color: rgb(234,143,109); }

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