Html Css Color HEX #EA9C7E Dark Salmon

📋 copy color: '#EA9C7E'

red 234 ◦ green 156 ◦ blue 126

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

Shades of Dark Salmon #EA9C7E

Tints of Dark Salmon #EA9C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 126 (49.61% from 255) = 24.42%

R = 45.35%
G = 30.23%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA9C7E (or 0xEA9C7E) is known color: Dark Salmon. HEX triplet: EA, 9C and 7E. RGB value is (234,156,126). Sum of RGB (Red+Green+Blue) = 234+156+126=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9C7E is #156381. Grayscale: #B0B0B0. Windows color (decimal): -1401730 or 8297706. OLE color: 8297706.

HSL color Cylindrical-coordinate representation of color #EA9C7E: hue angle of 16.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA9C7E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 126 -
CMYK 0 0.33 0.46 0.08
HSL 16.67º 0.72% 0.71% -
HSV(B) 16.67º 0.46% 0.92% -
XYZ 49.59 42.78 25.38 -
YUV 175.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 234 156 126 0 0.33 0.46 0.08 16.67 0.72 0.71
Hex EA 9C 7E 0 21 2E 8 11 48 47
Octal 352 234 176 0 41 56 10 21 110 107
Binary 11101010 10011100 1111110 0 100001 101110 1000 10001 1001000 1000111

Color Harmonies of #EA9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C7E

Black with #EA9C7E

Text Example


Text Example

White with #EA9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C7E; }

 p { color: rgb(234,156,126); }

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

background-color css

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

 a { background-color: rgb(234,156,126); }

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

border-color css

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

 span { border-color: rgb(234,156,126); }

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