Html Css Color HEX #EA8F7E Dark Salmon

📋 copy color: '#EA8F7E'

red 234 ◦ green 143 ◦ blue 126

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

Shades of Dark Salmon #EA8F7E

Tints of Dark Salmon #EA8F7E

RGB

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

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

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

R = 46.52%
G = 28.43%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA8F7E (or 0xEA8F7E) is known color: Dark Salmon. HEX triplet: EA, 8F and 7E. RGB value is (234,143,126). Sum of RGB (Red+Green+Blue) = 234+143+126=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F7E is #157081. Grayscale: #A8A8A8. Windows color (decimal): -1405058 or 8294378. OLE color: 8294378.

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

Color convert

RGB 234 143 126 -
CMYK 0 0.39 0.46 0.08
HSL 9.44º 0.72% 0.71% -
HSV(B) 9.44º 0.46% 0.92% -
XYZ 47.52 38.64 24.69 -
YUV 168.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 234 143 126 0 0.39 0.46 0.08 9.44 0.72 0.71
Hex EA 8F 7E 0 27 2E 8 9 48 47
Octal 352 217 176 0 47 56 10 11 110 107
Binary 11101010 10001111 1111110 0 100111 101110 1000 1001 1001000 1000111

Color Harmonies of #EA8F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F7E

Black with #EA8F7E

Text Example


Text Example

White with #EA8F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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