Html Css Color HEX #EA8C6D Dark Salmon

📋 copy color: '#EA8C6D'

red 234 ◦ green 140 ◦ blue 109

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

Shades of Dark Salmon #EA8C6D

Tints of Dark Salmon #EA8C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.99%

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

R = 48.45%
G = 28.99%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA8C6D (or 0xEA8C6D) is known color: Dark Salmon. HEX triplet: EA, 8C and 6D. RGB value is (234,140,109). Sum of RGB (Red+Green+Blue) = 234+140+109=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C6D is #157392. Grayscale: #A4A4A4. Windows color (decimal): -1405843 or 7179498. OLE color: 7179498.

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

Color convert

RGB 234 140 109 -
CMYK 0 0.40 0.53 0.08
HSL 14.88º 0.75% 0.67% -
HSV(B) 14.88º 0.53% 0.92% -
XYZ 46.07 37.35 19.25 -
YUV 164.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 234 140 109 0 0.40 0.53 0.08 14.88 0.75 0.67
Hex EA 8C 6D 0 28 35 8 F 4B 43
Octal 352 214 155 0 50 65 10 17 113 103
Binary 11101010 10001100 1101101 0 101000 110101 1000 1111 1001011 1000011

Color Harmonies of #EA8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C6D

Black with #EA8C6D

Text Example


Text Example

White with #EA8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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