Html Css Color HEX #EA8C74 Dark Salmon

📋 copy color: '#EA8C74'

red 234 ◦ green 140 ◦ blue 116

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

Shades of Dark Salmon #EA8C74

Tints of Dark Salmon #EA8C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 47.76%
G = 28.57%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA8C74 (or 0xEA8C74) is known color: Dark Salmon. HEX triplet: EA, 8C and 74. RGB value is (234,140,116). Sum of RGB (Red+Green+Blue) = 234+140+116=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C74 is #15738B. Grayscale: #A5A5A5. Windows color (decimal): -1405836 or 7638250. OLE color: 7638250.

HSL color Cylindrical-coordinate representation of color #EA8C74: hue angle of 12.2º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA8C74 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 116 -
CMYK 0 0.40 0.50 0.08
HSL 12.2º 0.74% 0.69% -
HSV(B) 12.2º 0.5% 0.92% -
XYZ 46.46 37.51 21.31 -
YUV 165.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 234 140 116 0 0.40 0.50 0.08 12.2 0.74 0.69
Hex EA 8C 74 0 28 32 8 C 4A 45
Octal 352 214 164 0 50 62 10 14 112 105
Binary 11101010 10001100 1110100 0 101000 110010 1000 1100 1001010 1000101

Color Harmonies of #EA8C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C74

Black with #EA8C74

Text Example


Text Example

White with #EA8C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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